Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockHoleReader ¶
type BlockHoleReader interface { BlockReader BlockHoley }
type BlockHoley ¶
type BlockHoley interface { // Locate the index of the next existing block. If |off| is a valid // block, return |off|. // Returns err == io.EOF if there are no more blocks found. NextBlockData(off int64) (nextBlock int64, err error) // Locate the offset of the next hole. NextBlockHole(off int64) (nextHole int64, err error) }
type BlockReadWriter ¶
type BlockReadWriter interface { BlockReader BlockWriter }
type BlockReader ¶
type BlockWriter ¶
type HoleReaderAt ¶
Click to show internal directories.
Click to hide internal directories.