compress/bzip2.reader.blockSize (field)
6 uses
compress/bzip2 (current package)
bzip2.go#L30: blockSize int // blockSize in bytes, i.e. 900 * 1000.
bzip2.go#L78: bz2.blockSize = 100 * 1000 * (level - '0')
bzip2.go#L79: if bz2.blockSize > len(bz2.tt) {
bzip2.go#L80: bz2.tt = make([]uint32, bz2.blockSize)
bzip2.go#L398: if repeat > bz2.blockSize-bufIndex {
bzip2.go#L424: if bufIndex >= bz2.blockSize {
![]() |
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. |