Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputStreamer ¶
InputStreamer an input streamer which breaks down a buffer into input values
func (*InputStreamer) Read ¶
func (r *InputStreamer) Read() (output []byte, err error)
Read reads the next delimited value (either text or JSON object)
func (*InputStreamer) ReadJSONObject ¶
func (r *InputStreamer) ReadJSONObject() ([]byte, error)
ReadJSONObject read the next JSON object
func (*InputStreamer) ReadLine ¶
func (r *InputStreamer) ReadLine() ([]byte, error)
ReadLine reads the next chunk of text until the next newline char
Click to show internal directories.
Click to hide internal directories.