Versions in this module Expand all Collapse all v1 v1.0.0 Dec 6, 2023 Changes in this version + type Buffer struct + func NewBuffer(size uint) *Buffer + func (b *Buffer) Len() int + func (b *Buffer) Read(p []byte) (int, error) + func (b *Buffer) Write(p []byte) (int, error)