type io.ByteReader
6 uses
io (current package)
io.go#L262: type ByteReader interface {
io.go#L275: ByteReader
compress/flate
inflate.go#L263: io.ByteReader
encoding/binary
varint.go#L132: func ReadUvarint(r io.ByteReader) (uint64, error) {
varint.go#L159: func ReadVarint(r io.ByteReader) (int64, error) {
github.com/klauspost/compress/flate
inflate.go#L286: io.ByteReader
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |