# Functions
GetBufioReader returns a *bufio.Reader that is managed by a sync.Pool.
GetBytesBuffer returns a *bytes.Buffer that is managed by a sync.Pool.
GetByteSlice returns a *[]byte that is managed by a sync.Pool.
GetZlibReader returns a ZLibReader that is managed by a sync.Pool.
GetZlibWriter returns a *zlib.Writer that is managed by a sync.Pool.
PutBufioReader puts reader back into its sync.Pool.
PutBytesBuffer puts buf back into its sync.Pool.
PutByteSlice puts buf back into its sync.Pool.
PutZlibReader puts z back into its sync.Pool, first closing the reader.
PutZlibWriter puts w back into its sync.Pool.
# Structs
No description provided by the author