Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitReader ¶
type BitReader struct {
// contains filtered or unexported fields
}
func NewBitReader ¶
type HuffmanDecoder ¶
type HuffmanDecoder struct {
// contains filtered or unexported fields
}
func NewHuffmanDecoder ¶
func NewHuffmanDecoder(rdr io.Reader) *HuffmanDecoder
type HuffmanReader ¶
type HuffmanReader struct {
// contains filtered or unexported fields
}
func NewHuffmanReader ¶
func NewHuffmanReader(rdr io.Reader) *HuffmanReader
func (*HuffmanReader) Rest ¶
func (r *HuffmanReader) Rest() (int, error)
Click to show internal directories.
Click to hide internal directories.