RowStream

A row oriented stream.

Members

Functions

close
void close()

Close the stream and release the resources.

close
void close(AsyncVoidHandler completionHandler)

Close the stream and release the resources.

endHandler
RowStream!(T) endHandler(VoidHandler endHandler)
Undocumented in source.
exceptionHandler
RowStream!(T) exceptionHandler(ExceptionHandler handler)
Undocumented in source.
handler
RowStream!(T) handler(EventHandler!(T) handler)
Undocumented in source.
pause
RowStream!(T) pause()
Undocumented in source.
resume
RowStream!(T) resume()
Undocumented in source.

Meta