class

ZincReader

@Js
class ZincReader : Obj

Read Haystack data in Zinc format.

constructors make

Wrap input stream

methods readGrid

Convenience for readVal as Grid

close

Close the underlying stream

readVal

Read a value and auto close stream

close Bool close()

Close the underlying stream.

make new make(InStream in)

Wrap input stream

readGrid virtual Grid readGrid()

Convenience for readVal as Grid

readVal Obj? readVal(Bool close)

Read a value and auto close stream

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