| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jplate.tabular.util.CdvUtil
public class CdvUtil
CDV related utilities.
Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/tabular/util/CdvUtil.java $
    
| Constructor Summary | |
|---|---|
private  | 
CdvUtil()
Default constructor not allowed.  | 
| Method Summary | |
|---|---|
static java.util.List<java.util.List<java.lang.String>> | 
getAsList(java.io.File file)
Create a List of CDV parsed data contained in
 file. | 
static java.util.List<java.util.List<java.lang.String>> | 
getAsList(java.io.InputStream inputStream)
Create a List of CDV parsed data contained in
 inputStream. | 
static java.util.List<java.util.List<java.lang.String>> | 
getAsList(java.io.Reader reader)
Create a List of CDV parsed data contained in
 reader. | 
static java.util.List<java.util.List<java.lang.String>> | 
getAsList(java.lang.String string)
Create a List of CDV parsed data contained in
 string. | 
static TableIfc | 
getAsTable(java.io.File file)
Create a TableIfc of CDV parsed data contained in
 file. | 
static TableIfc | 
getAsTable(java.io.InputStream inputStream)
Create a TableIfc of CDV parsed data contained in
 inputStream. | 
static TableIfc | 
getAsTable(java.io.Reader reader)
Create a TableIfc of CDV parsed data contained in
 reader. | 
static TableIfc | 
getAsTable(java.lang.String string)
Create a TableIfc of CDV parsed data contained in
 string. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
private CdvUtil()
java.lang.UnsupportedOperationException - If this constructor is called.| Method Detail | 
|---|
public static java.util.List<java.util.List<java.lang.String>> getAsList(java.io.InputStream inputStream)
                                                                  throws TabularException
List of CDV parsed data contained in
 inputStream.
inputStream - A stream CDV data.
TabularException - If any problems arise getting CSV releated
         data from inputStream.
public static java.util.List<java.util.List<java.lang.String>> getAsList(java.io.Reader reader)
                                                                  throws TabularException
List of CDV parsed data contained in
 reader.
reader - Contains data to be parsed.
TabularException - If any problems arise parsing from
         reader.
public static java.util.List<java.util.List<java.lang.String>> getAsList(java.lang.String string)
                                                                  throws TabularException
List of CDV parsed data contained in
 string.
string - A string containing data to be parsed.
TabularException - if any problems arise parsing from
         string.
public static java.util.List<java.util.List<java.lang.String>> getAsList(java.io.File file)
                                                                  throws TabularException
List of CDV parsed data contained in
 file.
file - is the file containing data to be parsed.
TabularException - if any problems arise parsing from
         file.
public static TableIfc getAsTable(java.io.InputStream inputStream)
                           throws TabularException
TableIfc of CDV parsed data contained in
 inputStream.
inputStream - A stream CDV data.
TabularException - If any problems arise getting CSV releated
         data from inputStream.
public static TableIfc getAsTable(java.io.Reader reader)
                           throws TabularException
TableIfc of CDV parsed data contained in
 reader.
reader - Contains data to be parsed.
TabularException - If any problems arise parsing from
         reader.
public static TableIfc getAsTable(java.lang.String string)
                           throws TabularException
TableIfc of CDV parsed data contained in
 string.
string - A string containing data to be parsed.
TabularException - if any problems arise parsing from
         string.
public static TableIfc getAsTable(java.io.File file)
                           throws TabularException
TableIfc of CDV parsed data contained in
 file.
file - is the file containing data to be parsed.
TabularException - if any problems arise parsing from
         file.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||