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
ReadFrom(r io.Reader) (n int64, err error) (*T).M : io.ReaderFrom.ReadFrom
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
WriteByte(c byte) error (*T).M : io.ByteWriter.WriteByte (*T).M : github.com/vmihailenco/msgpack/v5.writer.WriteByte
WriteTo(w io.Writer) (n int64, err error) (*T).M : io.WriterTo.WriteTo