Class DetectingParser<T>

java.lang.Object
org.ojalgo.netio.DetectingParser<T>
All Implemented Interfaces:
BasicParser<T>, TextLineReader.Parser<T>
Direct Known Subclasses:
DatePriceParser

public abstract class DetectingParser<T> extends Object implements BasicParser<T>
Will detect which delegate parser to use. Must be able to determine that from the first line read. You supply a collection of parsers paired with logic to test if they can handle the proposed line or not.
See Also: