github.com/klauspost/compress/zstd.Header.FirstBlock (field)
10 uses
github.com/klauspost/compress/zstd (current package)
decodeheader.go#L63: FirstBlock struct {
decodeheader.go#L218: h.FirstBlock.Last = bh&1 != 0
decodeheader.go#L226: h.FirstBlock.Compressed = true
decodeheader.go#L227: h.FirstBlock.DecompressedSize = cSize
decodeheader.go#L228: h.FirstBlock.CompressedSize = 1
decodeheader.go#L230: h.FirstBlock.Compressed = true
decodeheader.go#L231: h.FirstBlock.CompressedSize = cSize
decodeheader.go#L233: h.FirstBlock.DecompressedSize = cSize
decodeheader.go#L234: h.FirstBlock.CompressedSize = cSize
decodeheader.go#L239: h.FirstBlock.OK = true
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |