Documentation
¶
Index ¶
- type Buffer
- func (r *Buffer) Discard(n uint) (discarded uint, err error)
- func (r *Buffer) Flush()
- func (r *Buffer) Len() uint
- func (r *Buffer) Peek(dst []byte) (int, error)
- func (r *Buffer) Pull() ([]byte, error)
- func (r *Buffer) Push(data []byte) error
- func (r *Buffer) Read(dst []byte) (int, error)
- func (r *Buffer) Write(src []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.