Versions in this module Expand all Collapse all v1 v1.5.6 Oct 31, 2021 Changes in this version + type Buffer struct + func NewBuffer(buf []byte) *Buffer + func (b *Buffer) Next(n int) ([]byte, bool) + func (b *Buffer) ReadBytes(delim byte) ([]byte, bool) + func (b *Buffer) ReadUint16LengthPrefixed() ([]byte, []byte, bool) + func (b *Buffer) ReadUint32LengthPrefixed() ([]byte, []byte, bool)