Documentation
¶
Index ¶
- type File
- type FileSystem
- type OSFile
- func (of *OSFile) Close() error
- func (of *OSFile) Read(p []byte) (n int, err error)
- func (of *OSFile) ReadAt(b []byte, off int64) (n int, err error)
- func (of *OSFile) Size() int64
- func (of *OSFile) Sync() error
- func (of *OSFile) Truncate(size int64) error
- func (of *OSFile) Write(p []byte) (n int, err error)
- func (of *OSFile) WriteAt(b []byte, off int64) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
Click to show internal directories.
Click to hide internal directories.