Versions in this module Expand all Collapse all v0 v0.1.0 Jun 1, 2016 v0.0.1 Apr 27, 2016 Changes in this version + func CreateMFile(path string, size uint64) error + type MFile struct + func CreateOrOpenMFile(path string, size uint64, blkSize uint64) (*MFile, error) + func OpenMFile(path string, blkSize uint64) (*MFile, error) + func (m *MFile) Close() error + func (m *MFile) Flush() error + func (m *MFile) GetBlock(n uint64) []byte + func (m *MFile) NumBlocks() uint64 + func (m *MFile) WriteBlock(n uint64, data []byte) error