Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Discard = discard{io.Discard}
Functions ¶
Types ¶
type ByteBuffer ¶
type ByteBuffer struct {
// contains filtered or unexported fields
}
func NewByteBuffer ¶
func NewByteBuffer() *ByteBuffer
func (*ByteBuffer) Reader ¶
func (sb *ByteBuffer) Reader() io.ReadCloser
func (*ByteBuffer) Seal ¶
func (sb *ByteBuffer) Seal() *Sealed
func (*ByteBuffer) Snapshot ¶
func (sb *ByteBuffer) Snapshot(copyBytes bool) []byte
func (*ByteBuffer) Writer ¶
func (sb *ByteBuffer) Writer() io.Writer
Click to show internal directories.
Click to hide internal directories.