package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev
# Functions
NewReader returns a new Reader whose buffer has the default size.
NewReaderSize returns a new Reader whose buffer has at least the specified size.
NewReadWriter allocates a new ReadWriter that dispatches to r and w.
NewWriter returns a new Writer whose buffer has the default size.
NewWriterSize returns a new Writer whose buffer has at least the specified size.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Reader implements buffering for an io.Reader object.
ReadWriter stores pointers to a Reader and a Writer.
Writer implements buffering for an io.Writer object.