Versions in this module Expand all Collapse all v1 v1.0.1 Oct 12, 2021 Changes in this version + const DefaultChunkSize + const DefaultMaxBufferSize + var ErrLongLine = errors.New("line too long") + type Options struct + ChunkSize int + MaxBufferSize int + type Scanner struct + func New(r io.ReaderAt, pos int) *Scanner + func NewOptions(r io.ReaderAt, pos int, o *Options) *Scanner + func (s *Scanner) Line() (line string, pos int, err error) + func (s *Scanner) LineBytes() (line []byte, pos int, err error)