package
6.8.17+incompatible
Repository: https://github.com/selonsy/beats.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New creates a new Encode reader from input reader by applying the given codec.
New creates a new reader limiting the line length.
New creates a new reader object.
New creates a new line reader stripping the last tailing newline.
NewTimeoutReader returns a new timeout reader from an input line reader.

# Structs

Reader produces lines by reading lines from an io.Reader through a decoder converting the reader it's encoding to utf-8.
Reader sets an upper limited on line length.
lineReader reads lines from underlying reader, decoding the input stream using the configured codec.
StripNewline reader removes the last trailing newline characters from read lines.
TimeoutReader will signal some configurable timeout error if no new line can be returned in time.