Package com.imsl.io
Interface FlatFile.Parser
- Enclosing class:
- FlatFile
public static interface FlatFile.Parser
Defines a method that parses a
String into an Object.-
Method Summary
-
Method Details
-
parse
Parses aStringinto anObject.- Parameters:
input- aStringthat specifies the input to be parsed- Returns:
- an
Objectthat contains the value of theString - Throws:
SQLException- thrown if a database error occurs
-