Documentation ¶
Index ¶
- type Mmap
- func (t *Mmap) Append(bs []byte) (n int64, err error)
- func (t *Mmap) AppendSync(bs []byte) (n int64, err error)
- func (t *Mmap) Bytes() []byte
- func (t *Mmap) Close() (err error)
- func (t *Mmap) FileSize() int64
- func (t *Mmap) Flush() error
- func (t *Mmap) Unmap() error
- func (t *Mmap) UnmapAndCloseFile() (err error)
- func (t *Mmap) WriteAt(bs []byte, offset int) (err error)
- func (t *Mmap) WriteAtSync(bs []byte, offset int) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mmap ¶
type Mmap struct {
// contains filtered or unexported fields
}
func (*Mmap) UnmapAndCloseFile ¶
Click to show internal directories.
Click to hide internal directories.