JMSLTM Numerical Library 6.0

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
 Object parse(String input)
          Parse a String into an Object.
 

Method Detail

parse

Object parse(String input)
             throws SQLException
Parse a String into an Object.

Parameters:
input - is the String to be parsed.
Returns:
the value of the String as an Object.
Throws:
SQLException

JMSLTM Numerical Library 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.