compress/bzip2.bitReader.ReadBits64 (method)
5 uses
compress/bzip2 (current package)
bit_reader.go#L36: func (br *bitReader) ReadBits64(bits uint) (n uint64) {
bit_reader.go#L71: n64 := br.ReadBits64(bits)
bzip2.go#L179: switch br.ReadBits64(48) {
bzip2.go#L192: wantFileCRC := uint32(br.ReadBits64(32))
bzip2.go#L238: bz2.wantBlockCRC = uint32(br.ReadBits64(32)) // skip checksum. TODO: check it if we can figure out what it is.
![]() |
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. |