# Functions
NewDebugInputBitStream creates a DebugInputBitStream wrapped around 'ibs'.
NewDebugOutputBitStream creates a DebugOutputBitStream wrapped around 'obs'.
NewDefaultInputBitStream creates a bitstream for reading, using the provided stream as the underlying I/O object.
NewDefaultOutputBitStream creates a bitstream for writing, using the provided stream as the underlying I/O object.
# Structs
DebugInputBitStream is an implementation of InputBitStream used for debugging.
DebugOutputBitStream is an implementation of OutputBitStream used for debugging.
DefaultInputBitStream is the default implementation of InputBitStream.
DefaultOutputBitStream is the default implementation of OutputBitStream.