# Functions
CallbackReadCloser will create a new CallbackifyReadCloser.
CallbackReader will create a new CallbackifyReader.
CallbackWriter will create a new CallbackifyWriter.
LimitReadCloser will return a limited hasCall closer.
Pipe creates a synchronous in-memory pipe.
ReadSeekCloser wraps a io.Reader returning a SeekCloseableReader.
SectionReadCloser will return a sectioned hasCall closer.
SizedReadSeekCloser will return a size featured SeekCloseableReader.
# Structs
CallbackifyReadCloser will execute callback func in Read.
CallbackifyReader will execute callback func in Read.
CallbackifyWriter will execute callback func in Write.
LimitedReadCloser hasCall from underlying r and provide Close as well.
No description provided by the author
No description provided by the author
SectionedReadCloser hasCall from underlying r and provide Close as well.
SeekCloseableReader represents a reader that can also delegate io.Seeker and io.Closer interfaces to the underlying object if they are available.
# Interfaces
ReadAtCloser is the composition of io.Closer and io.ReaderAt.