compress/bzip2.reader.lastByte (field)
6 uses
compress/bzip2 (current package)
bzip2.go#L38: lastByte int // the last byte value seen.
bzip2.go#L129: buf[n] = byte(bz2.lastByte)
bzip2.go#L133: bz2.lastByte = -1
bzip2.go#L149: if bz2.lastByte == int(b) {
bzip2.go#L154: bz2.lastByte = int(b)
bzip2.go#L441: bz2.lastByte = -1
![]() |
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. |