org.boris.xlloop.util
Class CSVFunctionInformationReader
java.lang.Object
org.boris.xlloop.util.CSVFunctionInformationReader
public class CSVFunctionInformationReader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVFunctionInformationReader
public CSVFunctionInformationReader()
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)