Versions in this module Expand all Collapse all v1 v1.1.1 Feb 11, 2016 v1.1.0 Feb 2, 2016 Changes in this version + var ErrUnsupportedSourceTypeBOM = errors.New("source type not support by BOM based encoding") + var Plain = enc(encoding.Nop) + type Encoding encoding.Encoding + type EncodingFactory func(io.Reader) (Encoding, error) + func FindEncoding(name string) (EncodingFactory, bool) + type LineReader struct + func NewLineReader(input io.Reader, codec encoding.Encoding, bufferSize int) (*LineReader, error) + func (l *LineReader) Next() ([]byte, int, error)