Documentation ¶
Index ¶
- func UTF16BytesToString(b []byte, o binary.ByteOrder) string
- type FAT16Fs
- type FAT16Item
- func (m *FAT16Item) Attributes() map[string]interface{}
- func (m *FAT16Item) IsDir() bool
- func (m *FAT16Item) Name() string
- func (s *FAT16Item) Read(p []byte) (n int, err error)
- func (s *FAT16Item) ReadAt(p []byte, off int64) (n int, err error)
- func (m *FAT16Item) Readdirnames(count int) ([]string, error)
- func (s *FAT16Item) Seek(offset int64, whence int) (int64, error)
- func (m *FAT16Item) Size() int64
- type LFNEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FAT16Fs ¶
type FAT16Fs struct {
// contains filtered or unexported fields
}
func New ¶
func New(decoder fslib.ReadSeekerAt) (*FAT16Fs, error)
func (*FAT16Fs) Open ¶
func (m *FAT16Fs) Open(name string) (f forensicfs.ForensicItem, err error)
type FAT16Item ¶
type FAT16Item struct { *io.SectionReader // contains filtered or unexported fields }
func NewFAT16Item ¶
Click to show internal directories.
Click to hide internal directories.