Versions in this module Expand all Collapse all v1 v1.4.6 Jun 12, 2021 Changes in this version + const InitialSize + type WriteBuffer struct + func New(initSize int) *WriteBuffer + func (wb *WriteBuffer) Bytes() []byte + func (wb *WriteBuffer) Reset() + func (wb *WriteBuffer) Write(data []byte) (int, error) + func (wb *WriteBuffer) WriteTo(w io.Writer) (int64, error)