type

ZincReader

@Js
class ZincReader : Obj

Read Haystack data in Zinc format.

constructors

make

Wrap input stream

methods

close

Close the underlying stream.

readGrid

Convenience for readVal as Grid

readVal

Read a value and auto close stream

Slot Details

close

Bool close()

Close the underlying stream.

make

new make(InStream in)

Wrap input stream

readGrid

virtual override Grid readGrid()

Convenience for readVal as Grid

readVal

Obj? readVal(Bool close := true)

Read a value and auto close stream