Versions in this module Expand all Collapse all v0 v0.1.2 Oct 22, 2018 v0.1.1 Aug 5, 2018 Changes in this version + var ErrStaleReader = errors.New(...) + type Reader struct + func (r *Reader) Close() error + func (r *Reader) Read(p []byte) (int, error) + func (r *Reader) Reset() + func (r *Reader) SetAutoSkip(enabled bool) + type Writer struct + func New(size int64) (*Writer, error) + func (w *Writer) BlockingReader() *Reader + func (w *Writer) Close() error + func (w *Writer) Reader() *Reader + func (w *Writer) Size() int64 + func (w *Writer) TotalWritten() int64 + func (w *Writer) Write(buf []byte) (int, error)