Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var G [256]uint64 = [256]uint64{}/* 256 elements not displayed */
randomly generated Gear table
Functions ¶
This section is empty.
Types ¶
type Chunker ¶
type Chunker struct { NormalSize uint32 MinSize uint32 MaxSize uint32 // contains filtered or unexported fields }
func NewChunker ¶
func NewChunker(reader io.Reader, options *ChunkerOpts) (*Chunker, error)
type ChunkerOpts ¶
func NewChunkerOptions ¶
func NewChunkerOptions() *ChunkerOpts
Click to show internal directories.
Click to hide internal directories.