Versions in this module Expand all Collapse all v0 v0.1.14 Jun 9, 2018 v0.1.13 May 26, 2018 v0.1.12 May 22, 2018 Changes in this version + func NewReader(r io.Reader, order Order, litWidth int, oneOff bool) io.ReadCloser + func NewWriter(w io.Writer, order Order, litWidth int, oneOff bool) io.WriteCloser + type Order int + const LSB + const MSB