type compress/bzip2.huffmanTree
6 uses
compress/bzip2 (current package)
bzip2.go#L312: huffmanTrees := make([]huffmanTree, numHuffmanTrees)
huffman.go#L11: type huffmanTree struct {
huffman.go#L36: func (t *huffmanTree) Decode(br *bitReader) (v uint16) {
huffman.go#L80: func newHuffmanTree(lengths []uint8) (huffmanTree, error) {
huffman.go#L93: var t huffmanTree
huffman.go#L163: func buildHuffmanNode(t *huffmanTree, codes []huffmanCode, level uint32) (nodeIndex uint16, err error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |