Documentation
¶
Index ¶
- type File
- func (f *File) Lock(exclusive, blocking bool) error
- func (f *File) MMap(sz int) ([]byte, error)
- func (f *File) MUnmap(b []byte) error
- func (f *File) Size() (int64, error)
- func (f *File) Stat() (os.FileInfo, error)
- func (f *File) Sync(flags vfs.SyncFlag) error
- func (f *File) Truncate(sz int64) error
- func (f *File) Unlock() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
File implements vfs.File for the current target operating system.
Click to show internal directories.
Click to hide internal directories.