Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + var DefaultBlockSize = 1024 * 256 + var DefaultSplitter = &SizeSplitter + type BlockSplitter interface + Split func(r io.Reader) chan []byte + type MaybeRabin struct + MaxBlockSize int + MinBlockSize int + func NewMaybeRabin(avgBlkSize int) *MaybeRabin + func (mr *MaybeRabin) Split(r io.Reader) chan []byte + type SizeSplitter struct + Size int + func (ss *SizeSplitter) Split(r io.Reader) chan []byte