Versions in this module Expand all Collapse all v0 v0.2.0 Nov 5, 2022 v0.1.0 Jun 2, 2022 Changes in this version + type Writer struct + func NewBufferWriter(buf *bytes.Buffer) *Writer + func (w *Writer) Bytes() []byte + func (w *Writer) Len() int + func (w *Writer) PutUint16(v uint16) + func (w *Writer) PutUint32(v uint32) + func (w *Writer) PutUint64(v uint64) + func (w *Writer) Reset() + func (w *Writer) Write(p []byte) + func (w *Writer) WriteTo(other *Writer) (n int64)