type bytes.Reader (struct)
Method Implmentations (3 other methods implement nothing)
Read(b []byte) (n int, err error)
*Reader.M : compress/flate.Reader.Read
*Reader.M : github.com/klauspost/compress/flate.Reader.Read
*Reader.M : io.Reader.Read
*Reader.M : io.ReadSeeker.Read
ReadByte() (byte, error)
*Reader.M : compress/flate.Reader.ReadByte
*Reader.M : github.com/klauspost/compress/flate.Reader.ReadByte
*Reader.M : io.ByteReader.ReadByte
*Reader.M : io.ByteScanner.ReadByte
ReadRune() (ch rune, size int, err error)
*Reader.M : io.RuneReader.ReadRune
*Reader.M : io.RuneScanner.ReadRune
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. |