Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 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)