classcamAxonPlugin::TrioReader
sys::Obj camAxonPlugin::TrioReader
@Js
TrioReader is used to read tag rec via the "Tag Record Input/Output" format. See docSkyspark
- eachRec
Iterate through the entire stream reading records. The stream is guaranteed to be closed when done.
- make
new make(InStream in)Wrap input stream
- readAllRecs
Dict[] readAllRecs()Read all records from the stream and close it.
- readRec
Dict? readRec()Read next record from the stream or null if at end of stream.