Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCloser ¶
func NewDelimitedReader ¶
func NewDelimitedReader(r io.Reader, maxSize int) ReadCloser
func NewFullReader ¶
func NewFullReader(r io.Reader, maxSize int) ReadCloser
type WriteCloser ¶
func NewDelimitedWriter ¶
func NewDelimitedWriter(w io.Writer) WriteCloser
func NewFullWriter ¶
func NewFullWriter(w io.Writer) WriteCloser
func NewUint32DelimitedWriter ¶
func NewUint32DelimitedWriter(w io.Writer, byteOrder binary.ByteOrder) WriteCloser
Click to show internal directories.
Click to hide internal directories.