read


Description:

public SchematicItem read (ref string line, DataInputStream stream) throws ParseError, Error

Read a schematic item from an input stream

Parameters:

line

the next line to be read as a lookahead

stream

the stream to read the schematic item from

Returns:

the schematic item or null for no more items

Exceptions:

Error

TBD

ParseError

TBD