Documentation
¶
Index ¶
Constants ¶
View Source
const ( INITIAL_POINTERS = 256 CDB_HASH_START = 5381 )
Variables ¶
View Source
var (
ErrFinished = fmt.Errorf("Finish() was already called on this writer")
)
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func OpenReader ¶
OpenReader creates a new *cdb.Reader from a path.
Click to show internal directories.
Click to hide internal directories.