type io.ByteReader
11 uses
io (current package)
io.go#L257: type ByteReader interface {
io.go#L269: ByteReader
compress/bzip2
bit_reader.go#L17: r io.ByteReader
bit_reader.go#L26: byter, ok := r.(io.ByteReader)
compress/flate
inflate.go#L263: io.ByteReader
encoding/binary
varint.go#L106: func ReadUvarint(r io.ByteReader) (uint64, error) {
varint.go#L127: func ReadVarint(r io.ByteReader) (int64, error) {
encoding/gob
decoder.go#L45: if _, ok := r.(io.ByteReader); !ok {
encoding/xml
xml.go#L209: r io.ByteReader
xml.go#L374: if rb, ok := r.(io.ByteReader); ok {
image/jpeg
reader.go#L95: io.ByteReader
![]() |
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. |