LiveGraph
data visualisation and analysis framework

Package org.LiveGraph.dataFile.read

Interface Summary
DataStreamObserver Defines an observer that is notified about parsing events of a data stream.
 

Class Summary
DataLineTokenizer This tokeniser can split a string into tokens using a separator which is a string itself.
DataStreamObserverAdapter An convenience adapter that implements the DataStreamObserver-interface and defines all methods as empty.
DataStreamReader A reader for a data stream (usually, a CSV file).
PipedInputStream This class makes Java's own PipedInputStream fit for reading by multiple Threads as required for LiveGraph.
 


LiveGraph
data visualisation and analysis framework