classcamAxonPlugin::TrioReader

sys::Obj
  camAxonPlugin::TrioReader

@Js

TrioReader is used to read tag rec via the "Tag Record Input/Output" format. See docSkyspark

eachRec

Source

Void eachRec(|Dict f)

Iterate through the entire stream reading records. The stream is guaranteed to be closed when done.

make

Source

new make(InStream in)

Wrap input stream

readAllRecs

Source

Dict[] readAllRecs()

Read all records from the stream and close it.

readRec

Source

Dict? readRec()

Read next record from the stream or null if at end of stream.