net.sf.clichart.data
Interface DataParser
- All Known Implementing Classes:
- AbstractDataParser, TimeDataParser, ValueDataParser
public interface DataParser
Interface for an object that can parse data from a stream, and pass it to a DataSink
- Author:
- johnd
|
Method Summary |
void |
parse(java.io.Reader source)
Parse the data from the reader, advising the sink of all data parsed |
parse
void parse(java.io.Reader source)
throws java.io.IOException,
InvalidDataException
- Parse the data from the reader, advising the sink of all data parsed
- Parameters:
source -
- Throws:
java.io.IOException
InvalidDataException