Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChapterChunksObj ¶
type ChapterChunksObj struct {
Time fReadSYS.TimesObj
Size fReadSYS.SizesObj
Check fReadSYS.IntegrityChecksObj
Chunks []fReadSYS.DataObj
}
func (*ChapterChunksObj) Chapter ¶
func (chunks *ChapterChunksObj) Chapter() (*ChapterObj, error)
type ChapterObj ¶
type ChapterObj struct {
Time fReadSYS.TimesObj
Size fReadSYS.SizesObj
Check fReadSYS.IntegrityChecksObj
Chapter fReadSYS.DataObj
}
func (*ChapterObj) Chunks ¶
func (chapter *ChapterObj) Chunks() (*ChapterChunksObj, error)
Click to show internal directories.
Click to hide internal directories.