compress/bzip2.reader.fileCRC (field)
6 uses
compress/bzip2 (current package)
bzip2.go#L26: fileCRC uint32
bzip2.go#L77: bz2.fileCRC = 0
bzip2.go#L196: if bz2.fileCRC != wantFileCRC {
bzip2.go#L240: bz2.fileCRC = (bz2.fileCRC<<1 | bz2.fileCRC>>31) ^ bz2.wantBlockCRC
![]() |
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. |