Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader provides a way to read data from either a byte slice or an io.Reader.
func (*Reader) Read ¶
Read reads bytes from the internal buffer or reader. It returns the number of bytes read and a possible error.
Click to show internal directories.
Click to hide internal directories.