Documentation ¶ Index ¶ type Mmap func Open(file *os.File, offset int64, size int, prot int, flag int) *Mmap func (this *Mmap) Append(b []byte) func (this *Mmap) Close() func (this *Mmap) Flush(ms int) func (this *Mmap) Read(offset int64, length int64) []byte 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 Open ¶ func Open(file *os.File, offset int64, size int, prot int, flag int) *Mmap func (*Mmap) Append ¶ func (this *Mmap) Append(b []byte) func (*Mmap) Close ¶ func (this *Mmap) Close() func (*Mmap) Flush ¶ func (this *Mmap) Flush(ms int) func (*Mmap) Read ¶ func (this *Mmap) Read(offset int64, length int64) []byte Source Files ¶ View all Source files mmap.go Click to show internal directories. Click to hide internal directories.