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

    Modifier and Type
    Method
    Description
    parse(String input)
    Parses a String into an Object.
  • Method Details

    • parse

      Object parse(String input) throws SQLException
      Parses a String into an Object.
      Parameters:
      input - a String that specifies the input to be parsed
      Returns:
      an Object that contains the value of the String
      Throws:
      SQLException - thrown if a database error occurs