Documentation ¶
Index ¶
- type File
- func (f *File) Close() error
- func (f *File) FD() int
- func (f *File) Fd() uintptr
- func (f *File) Read(b []byte) (int, error)
- func (f *File) ReadAt(b []byte, offset int64) (int, error)
- func (f *File) WriteAt(b []byte, offset int64) (int, error)
- func (f *File) WriteVec(bufs [2][]byte) error
- func (f *File) WriteVecAt(bufs [2][]byte, offset int64) error
- type Ref
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.