compress/bzip2.reader.br (field)
9 uses
compress/bzip2 (current package)
bzip2.go#L25: br bitReader
bzip2.go#L48: bz2.br = newBitReader(r)
bzip2.go#L58: br := &bz2.br
bzip2.go#L92: brErr := bz2.br.Err()
bzip2.go#L103: brErr := bz2.br.Err()
bzip2.go#L173: bz2.br.err = StructuralError("block checksum mismatch")
bzip2.go#L174: return 0, bz2.br.err
bzip2.go#L178: br := &bz2.br
bzip2.go#L237: br := &bz2.br
![]() |
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. |