Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2016 Changes in this version + type Reader struct + func NewReader(r io.Reader) *Reader + func (r *Reader) Read(p []byte) (n int, err error) + type Writer struct + Binary bool + func NewWriter(w io.Writer) *Writer + func (w *Writer) Close() error + func (w *Writer) Write(p []byte) (n int, err error)