org.boris.xlloop.util
Class CSVFunctionInformationReader

java.lang.Object
  extended by org.boris.xlloop.util.CSVFunctionInformationReader

public class CSVFunctionInformationReader
extends java.lang.Object


Constructor Summary
CSVFunctionInformationReader()
           
 
Method Summary
static FunctionInformation fromArray(java.lang.String[] sa)
           
static FunctionInformation[] read(java.io.InputStream is)
           
static FunctionInformation[] read(java.io.Reader r)
           
static FunctionInformation[] read(java.io.Reader r, char delim, boolean hasQuotes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVFunctionInformationReader

public CSVFunctionInformationReader()
Method Detail

read

public static FunctionInformation[] read(java.io.InputStream is)
                                  throws java.io.IOException
Throws:
java.io.IOException

read

public static FunctionInformation[] read(java.io.Reader r)
                                  throws java.io.IOException
Throws:
java.io.IOException

read

public static FunctionInformation[] read(java.io.Reader r,
                                         char delim,
                                         boolean hasQuotes)
                                  throws java.io.IOException
Throws:
java.io.IOException

fromArray

public static FunctionInformation fromArray(java.lang.String[] sa)