func encoding/binary.Read
8 uses
encoding/binary (current package)
binary.go#L258: func Read(r io.Reader, order ByteOrder, data any) error {
github.com/klauspost/compress/zstd
fse_decoder.go#L200: fatalErr(binary.Read(r, binary.LittleEndian, &s.dt))
fse_decoder.go#L201: fatalErr(binary.Read(r, binary.LittleEndian, &s.symbolLen))
fse_decoder.go#L202: fatalErr(binary.Read(r, binary.LittleEndian, &s.actualTableLog))
fse_decoder.go#L203: fatalErr(binary.Read(r, binary.LittleEndian, &s.maxBits))
fse_decoder.go#L204: fatalErr(binary.Read(r, binary.LittleEndian, &s.stateTable))
fse_decoder.go#L205: fatalErr(binary.Read(r, binary.LittleEndian, &s.norm))
fse_decoder.go#L206: fatalErr(binary.Read(r, binary.LittleEndian, &s.preDefined))
 |
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. |