Versions in this module Expand all Collapse all v2 v2.0.1 Feb 14, 2020 v2.0.0 Jun 8, 2019 Changes in this version + type ChunkReader struct + func New(r io.Reader) *ChunkReader + func NewConfig(r io.Reader, config Config) (*ChunkReader, error) + func (r *ChunkReader) Next(n int) (buf []byte, err error) + type Config struct + MinBufLen int Other modules containing this package github.com/jackc/chunkreader