encoding

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrUnsupportedSourceTypeBOM = errors.New("source type not support by BOM based encoding")
View Source
var Plain = enc(encoding.Nop)

Plain file encoding not transforming any read bytes.

Functions

This section is empty.

Types

type Encoding

type Encoding encoding.Encoding

type EncodingFactory

type EncodingFactory func(io.Reader) (Encoding, error)

func FindEncoding

func FindEncoding(name string) (EncodingFactory, bool)

FindEncoding searches for an EncodingFactoryby name.

type LineReader

type LineReader struct {
	// contains filtered or unexported fields
}

lineReader reads lines from underlying reader, decoding the input stream using the configured codec. The reader keeps track of bytes consumed from raw input stream for every decoded line.

func NewLineReader

func NewLineReader(
	input io.Reader,
	codec encoding.Encoding,
	bufferSize int,
) (*LineReader, error)

func (*LineReader) Next

func (l *LineReader) Next() ([]byte, int, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL