# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewEmptyReader returns a new EmptyReader.
NewErrorReader returns a new ErrorReader.
NewErrorWriter returns a new ErrorWriter.
NewInfiniteReader returns a new InfiniteReader.
NewPlainReader returns a new PlainReader.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
EmptyReader implements an io.Reader that will always return 0, nil.
ErrorReader implements an io.Reader that will do N successive reads before it returns ErrPlain.
ErrorWriter implements an io.Writer that will do N successive writes before it returns ErrPlain.
InfiniteReader implements an io.Reader that will always read-in one character.
PlainReader implements an io.Reader and wraps over an existing io.Reader to hide other functions it implements.