Versions in this module Expand all Collapse all v0 v0.0.2 Apr 23, 2022 Changes in this version + type ByteBuffer struct + Buf *bytebuffer.ByteBuffer + func (b *ByteBuffer) IsEmpty() bool + func (b *ByteBuffer) Len() int + type ListBuffer struct + func (l *ListBuffer) Bytes() int64 + func (l *ListBuffer) DiscardBytes(n int) + func (l *ListBuffer) IsEmpty() bool + func (l *ListBuffer) Len() int + func (l *ListBuffer) PeekBytesList() [][]byte + func (l *ListBuffer) PeekBytesListWithBytes(bs ...[]byte) [][]byte + func (l *ListBuffer) Pop() *ByteBuffer + func (l *ListBuffer) PushBack(b *ByteBuffer) + func (l *ListBuffer) PushBytesBack(p []byte) + func (l *ListBuffer) PushBytesFront(p []byte) + func (l *ListBuffer) PushFront(b *ByteBuffer) + func (l *ListBuffer) Reset()