type bytes.Buffer (struct)
Method Implmentations (14 other methods implement nothing)
Read(p []byte) (n int, err error)
(*T).M : io.Reader.Read
(*T).M : io.ReadWriter.Read
(*T).M : github.com/vmihailenco/msgpack/v5.bufReader.Read
ReadByte() (byte, error)
(*T).M : io.ByteReader.ReadByte
(*T).M : io.ByteScanner.ReadByte
(*T).M : github.com/vmihailenco/msgpack/v5.bufReader.ReadByte
ReadRune() (r rune, size int, err error)
(*T).M : io.RuneReader.ReadRune
(*T).M : io.RuneScanner.ReadRune
String() string
(*T).M : fmt.Stringer.String
(*T).M : context.stringer.String
(*T).M : os/signal.stringer.String
(*T).M : runtime.stringer.String
UnreadByte() error
(*T).M : io.ByteScanner.UnreadByte
(*T).M : github.com/vmihailenco/msgpack/v5.bufReader.UnreadByte
Write(p []byte) (n int, err error)
(*T).M : io.ReadWriter.Write
(*T).M : io.Writer.Write
(*T).M : github.com/vmihailenco/msgpack/v5.writer.Write
![]() |
The pages are generated with Golds v0.3.6. (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. |