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) (n int, err error)
- func (f *File) ReadAt(b []byte, offset int64) (n int, err error)
- func (f *File) WriteAt(b []byte, offset int64) (n int, err error)
- func (f *File) WriteVec(bufs [2][]byte) error
- func (f *File) WriteVecAt(bufs [2][]byte, offset int64) (err 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.