Documentation ¶
Index ¶
- type File
- func (f *File) Attributes() map[string]interface{}
- func (f *File) Close() (err error)
- func (f *File) IsDir() bool
- func (f *File) Name() string
- func (f *File) Read(p []byte) (n int, err error)
- func (f *File) ReadAt(p []byte, off int64) (n int, err error)
- func (f *File) Readdirnames(count int) (fi []string, err error)
- func (f *File) Seek(offset int64, whence int) (int64, error)
- func (f *File) Size() int64
- type Fs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
type Fs ¶
type Fs struct {
// contains filtered or unexported fields
}
func New ¶
func New(base fslib.ReadSeekerAt) (*Fs, error)
func (*Fs) Open ¶
func (fs *Fs) Open(name string) (forensicfs.ForensicItem, error)
Click to show internal directories.
Click to hide internal directories.