Versions in this module Expand all Collapse all v1 v1.3.0 Oct 15, 2014 Changes in this version + var BufioReader32KPool *BufioReaderPool + var BufioWriter32KPool *BufioWriterPool + type BufioReaderPool struct + func (bufPool *BufioReaderPool) Get(r io.Reader) *bufio.Reader + func (bufPool *BufioReaderPool) NewReadCloserWrapper(buf *bufio.Reader, r io.Reader) io.ReadCloser + func (bufPool *BufioReaderPool) Put(b *bufio.Reader) + type BufioWriterPool struct + func (bufPool *BufioWriterPool) Get(w io.Writer) *bufio.Writer + func (bufPool *BufioWriterPool) NewWriteCloserWrapper(buf *bufio.Writer, w io.Writer) io.WriteCloser + func (bufPool *BufioWriterPool) Put(b *bufio.Writer)