Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitReadWriter ¶
func NewReadWriter ¶
func NewReadWriter(r *BitReader, w *BitWriter) *BitReadWriter
type BufReadWriter ¶
func NewBufReadWriter ¶
func NewBufReadWriter(r *BufReader, w *BufWriter) *BufReadWriter
type BufReader ¶
type BufReader struct { *BitReader // contains filtered or unexported fields }
func NewBufReader ¶
type BufWriter ¶
type BufWriter struct { *BitWriter // contains filtered or unexported fields }
func NewBufWriter ¶
type Buffer ¶
type Buffer struct { *BitReadWriter // contains filtered or unexported fields }
type ReadWriter ¶
Click to show internal directories.
Click to hide internal directories.