ZincWriter
@Js
class ZincWriter : Obj
Write Haystack data in Zinc format.
Wrap given output strea
Get a value as a zinc string
Write a grid to stream
Write a zinc value
Flush underlying stream
Format a grid to a zinc string in memory
Close underlying stream
This close()
Close underlying stream
This flush()
Flush underlying stream
static Str gridToStr(Grid grid)
Format a grid to a zinc string in memory.
new make(OutStream out)
Wrap given output strea
static Str valToStr(Obj? val)
Get a value as a zinc string.
virtual This writeGrid(Grid grid)
Write a grid to stream
Void writeVal(Obj? val)
Write a zinc value