Versions in this module Expand all Collapse all v1 v1.0.0 Mar 3, 2024 Changes in this version + type Buffer struct + func (llb *Buffer) Buffered() int + func (llb *Buffer) Discard(n int) (discarded int, err error) + func (llb *Buffer) IsEmpty() bool + func (llb *Buffer) Len() int + func (llb *Buffer) Peek(maxBytes int) [][]byte + func (llb *Buffer) PeekWithBytes(maxBytes int, bs ...[]byte) [][]byte + func (llb *Buffer) PushBack(p []byte) + func (llb *Buffer) PushFront(p []byte) + func (llb *Buffer) Read(p []byte) (n int, err error) + func (llb *Buffer) ReadFrom(r io.Reader) (n int64, err error) + func (llb *Buffer) Reset() + func (llb *Buffer) WriteTo(w io.Writer) (n int64, err error)