type

TrioWriter

@Js
class TrioWriter : Obj

Write Haystack data in Trio format.

Options:

  • noSort: do not sort tag names

constructors

make

Wrap output stream

methods

close

Close the underlying output stream

writeAllDicts

Write the list of dicts.

writeDict

Write separator and record.

writeGrid

Write the grid rows (no support for meta)

Slot Details

close

Bool close()

Close the underlying output stream

make

new make(OutStream out, Dict? opts := null)

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 override This writeGrid(Grid grid)

Write the grid rows (no support for meta)