func github.com/klauspost/compress/huff0.ReadTable
4 uses
github.com/klauspost/compress/huff0 (current package)
decompress.go#L29: func ReadTable(in []byte, s *Scratch) (s2 *Scratch, remain []byte, err error) {
github.com/klauspost/compress/zstd
blockdec.go#L445: huff, literals, err = huff0.ReadTable(literals, huff)
blockenc.go#L575: _, _, err := huff0.ReadTable(out, nil)
dict.go#L91: d.litEnc, b, err = huff0.ReadTable(b[8:], nil)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |