Documentation
¶
Index ¶
- Constants
- type Error
- type File
- func (_bcf *File) Created() _fb.Time
- func (_fg *File) FileInfo() _af.FileInfo
- func (_bcg *File) ID() string
- func (_bfg *File) Modified() _fb.Time
- func (_fe *File) Read(b []byte) (int, error)
- func (_adb *File) ReadAt(p []byte, off int64) (_bfb int, _cced error)
- func (_affg *File) Seek(offset int64, whence int) (int64, error)
- func (_cgd *File) SetEntryContent(b []byte) error
- func (_fa *File) Write(b []byte) (int, error)
- func (_bdg *File) WriteAt(p []byte, off int64) (_gbb int, _dee error)
- type Reader
- func (_cece *Reader) Created() _fb.Time
- func (_edf *Reader) Debug() map[string][]uint32
- func (_eegf *Reader) Export() ([]byte, error)
- func (_ccd *Reader) GetEntry(entryName string) (*File, error)
- func (_dfa *Reader) GetHeader() *header
- func (_fdb *Reader) ID() string
- func (_efeg *Reader) Modified() _fb.Time
- func (_ceed *Reader) Next() (*File, error)
- func (_dcea *Reader) Read(b []byte) (_dgac int, _gdbf error)
Constants ¶
View Source
const ( ErrFormat = iota ErrRead ErrSeek ErrWrite ErrTraverse )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
Name string
Initial uint16
Path []string
Size int64
// contains filtered or unexported fields
}
func (*File) SetEntryContent ¶
Click to show internal directories.
Click to hide internal directories.