Package net.lukemcomber.genetics.io
Class LGPStreamLineReader<S,T>
java.lang.Object
net.lukemcomber.genetics.io.SpatialCoordinateRangeParser
net.lukemcomber.genetics.io.LGPStreamLineReader<S,T>
- Type Parameters:
S
- parsing context dataT
- results of the parsing
- Direct Known Subclasses:
GenomeStreamReader
Abstract class to generically support Json parsers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(InputStream initStream) Parse the input stream and return new object.Methods inherited from class net.lukemcomber.genetics.io.SpatialCoordinateRangeParser
iterateRangeValue, parseRange
-
Constructor Details
-
LGPStreamLineReader
public LGPStreamLineReader()
-
-
Method Details
-
parse
Parse the input stream and return new object. Entry point for Json readers- Parameters:
initStream
- the input stream to read from- Returns:
- the results of the parsing
- Throws:
IOException
- - unable to create local tmp files
-