|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFormatException | |
---|---|
org.LiveGraph.dataCache | |
org.LiveGraph.dataFile.read |
Uses of DataFormatException in org.LiveGraph.dataCache |
---|
Methods in org.LiveGraph.dataCache that throw DataFormatException | |
---|---|
int |
DataStreamToCacheReader.readFromStream()
Reads as many data lines from the underlying stream as there are available, parses the lines and stores the extracted information (if any) in this reader's data cache. |
Uses of DataFormatException in org.LiveGraph.dataFile.read |
---|
Methods in org.LiveGraph.dataFile.read that throw DataFormatException | |
---|---|
private void |
DataStreamReader.processCommentLine(java.lang.String line)
Parses a comments line. |
private void |
DataStreamReader.processDataLine(java.lang.String line)
Parses a data line. |
private void |
DataStreamReader.processFileInfoLine(java.lang.String line)
Parses a file information line. |
private void |
DataStreamReader.processLine(java.lang.String line)
Examines a data line and dispatches to a specialised parsing routine. |
private void |
DataStreamReader.processSeparatorDefinitionLine(java.lang.String line)
Parses a data values separator definition line. |
private void |
DataStreamReader.processSeriesLabelsLine(java.lang.String line)
Parses a data series headings line. |
int |
DataStreamReader.readFromStream()
Reads as many data lines from the underlying stream as there are available and parses them. |
int |
DataStreamReader.readFromStream(int maxLines)
Reads up to a specified number of data lines from the underlying stream, and parses the lines. |
|
LiveGraph data visualisation and analysis framework |
|||||||||
PREV NEXT | FRAMES NO FRAMES |