classcamAxonPlugin::TrioWriter

sys::Obj
  camAxonPlugin::TrioWriter

@Js

TrioWriter is used to write tag recs via the "Tag Record Input/Output" format. See docSkyspark

close

Source

Bool close()

Close the underlying output stream

make

Source

new make(OutStream out)

Wrap output stream

writeAllRecs

Source

This writeAllRecs(Dict[] recs)

Write the list of records. Return this.

writeRec

Source

This writeRec(Dict rec)

Write separator and record. Return this.