Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decompress ¶
Types ¶
type HuffmanLeaf ¶
type HuffmanLeaf struct {
// contains filtered or unexported fields
}
func (HuffmanLeaf) Freq ¶
func (self HuffmanLeaf) Freq() int
type HuffmanNode ¶
type HuffmanNode struct {
// contains filtered or unexported fields
}
func (HuffmanNode) Freq ¶
func (self HuffmanNode) Freq() int
type HuffmanTree ¶
type HuffmanTree interface {
Freq() int
}
Click to show internal directories.
Click to hide internal directories.