mirror of
https://github.com/garraflavatra/go-fmp.git
synced 2025-07-17 03:34:05 +00:00
Fixes
This commit is contained in:
@ -9,11 +9,12 @@ type FmpFile struct {
|
||||
VersionDate time.Time
|
||||
CreatorName string
|
||||
FileSize uint
|
||||
NumSectors uint
|
||||
Stream io.ReadSeeker
|
||||
Sectors []*FmpSector
|
||||
Chunks []*FmpChunk
|
||||
Dictionary *FmpDict
|
||||
|
||||
numSectors uint
|
||||
stream io.ReadSeeker
|
||||
}
|
||||
|
||||
type FmpSector struct {
|
||||
|
Reference in New Issue
Block a user