Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteReader ¶
type ByteReader interface { io.ByteReader io.Reader }
type ReadCloser ¶
func NewDelimitedReader ¶
func NewDelimitedReader(r ByteReader, maxSize int) ReadCloser
type WriteCloser ¶
func NewDelimitedWriter ¶
func NewDelimitedWriter(w io.Writer) WriteCloser
Click to show internal directories.
Click to hide internal directories.