HZincReader class

HZincReader reads grids using the Zinc format.

See Project Haystack

Constructors

HZincReader(String s)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readDict() HDict
Read a set of tags as {@code name:val} pairs separated by space.
readGrid() HGrid
/////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////// Convenience for {@link #readVal} as Grid.
readGrids() List<HGrid>
Read a list of grids separated by blank line from stream.
readVal() HVal?
Read a value.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited