class

TrioWriter

@Js
class TrioWriter : Obj

Write Haystack data in Trio format.

Options:

  • noSort: do not sort tag names

constructors make

Wrap output stream

methods writeDict

Write separator and record

writeGrid

Write the grid rows (no support for meta)

writeAllDicts

Write the list of dicts

close

Close the underlying output stream

close Bool close()

Close the underlying output stream

make new make(OutStream out, Dict? opts)

Wrap output stream

writeAllDicts This writeAllDicts(Dict[] dicts)

Write the list of dicts. Return this.

writeDict This writeDict(Dict dict)

Write separator and record. Return this.

writeGrid virtual This writeGrid(Grid grid)

Write the grid rows (no support for meta)

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST