JMSLTM Numerical Library 4.0

com.imsl.io
Interface FlatFile.Parser

Enclosing interface:
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

public 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 4.0

Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.