type io.ByteReader
7 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#L130: func ReadUvarint(r io.ByteReader) (uint64, error) {
varint.go#L157: func ReadVarint(r io.ByteReader) (int64, error) {
github.com/klauspost/compress/flate
inflate.go#L286: io.ByteReader
github.com/refraction-networking/utls/internal/quicvarint
varint.go#L30: func Read(r io.ByteReader) (uint64, error) {
![]() |
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. |