compress/bzip2.reader.byteRepeats (field)
6 uses
compress/bzip2 (current package)
bzip2.go#L39: byteRepeats uint // the number of repeats of lastByte seen.
bzip2.go#L143: if bz2.byteRepeats == 3 {
bzip2.go#L145: bz2.byteRepeats = 0
bzip2.go#L150: bz2.byteRepeats++
bzip2.go#L152: bz2.byteRepeats = 0
bzip2.go#L442: bz2.byteRepeats = 0
![]() |
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. |