Documentation ¶ Index ¶ type Buffer func NewBuffer() *Buffer func (b *Buffer) Read(p []byte) (int, error) func (b *Buffer) Seek(offset int64, whence int) (int64, error) func (b *Buffer) Write(p []byte) (int, error) func (b *Buffer) WriteTo(w io.Writer) (int64, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Buffer ¶ type Buffer struct { // contains filtered or unexported fields } func NewBuffer ¶ func NewBuffer() *Buffer func (*Buffer) Read ¶ func (b *Buffer) Read(p []byte) (int, error) func (*Buffer) Seek ¶ func (b *Buffer) Seek(offset int64, whence int) (int64, error) func (*Buffer) Write ¶ func (b *Buffer) Write(p []byte) (int, error) func (*Buffer) WriteTo ¶ func (b *Buffer) WriteTo(w io.Writer) (int64, error) Source Files ¶ View all Source files buffer.go Click to show internal directories. Click to hide internal directories.