io.ByteScanner.ReadByte (method)
15 uses
io (current package)
io.go#L263: ReadByte() (byte, error)
compress/flate
inflate.go#L697: c, err := f.r.ReadByte()
inflate.go#L720: c, err := f.r.ReadByte()
compress/gzip
gunzip.go#L148: z.buf[i], err = z.r.ReadByte()
encoding/binary
varint.go#L134: b, err := r.ReadByte()
math/big
int.go#L503: if _, err := r.ReadByte(); err != io.EOF {
intconv.go#L199: if ch, err = r.ReadByte(); err != nil {
natconv.go#L125: ch, err := r.ReadByte()
natconv.go#L135: ch, err = r.ReadByte()
natconv.go#L153: ch, err = r.ReadByte()
natconv.go#L219: ch, err = r.ReadByte()
ratconv.go#L225: ch, err := r.ReadByte()
ratconv.go#L250: ch, err = r.ReadByte()
ratconv.go#L255: ch, err = r.ReadByte()
ratconv.go#L280: ch, err = r.ReadByte()
 |
The pages are generated with Golds v0.7.6. (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. |