# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Copy writes values read from r to w, returning the number of values written and any error other than io.EOF.
No description provided by the author
No description provided by the author
No description provided by the author
NewReadCloser constructs a ReadCloser from the pair of r and c.
NewReader constructs a Reader from a sequence of values.
No description provided by the author
NopCloser constructs a ReadCloser from a Reader.
No description provided by the author
ReadAll reads all values from r and returns them as a slice, along with any error that occurred (other than io.EOF).
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
# Interfaces
ReadCloser represents a closable stream of values of T.
Reader is an interface implemented by types that read a stream of values of type T.
No description provided by the author
No description provided by the author
WriteCloser represents a closable stream of values of T.
Writer is an interface implemented by types that write a stream of values of type T.