public class CSVDataInput
extends java.lang.Object
Constructor and Description |
---|
CSVDataInput(java.io.File file)
Instantiate.
|
CSVDataInput(java.io.File file,
char delimiter)
Instantiate.
|
CSVDataInput(java.io.File file,
char delimiter,
char quote)
Instantiate.
|
CSVDataInput(java.io.File file,
char delimiter,
char quote,
char escape)
Instantiate.
|
CSVDataInput(java.io.File file,
char delimiter,
char quote,
char escape,
char[] linebreak)
Instantiate.
|
CSVDataInput(java.io.File file,
CSVSyntax config)
Instantiate.
|
CSVDataInput(java.io.File file,
CSVSyntax config,
DataType<org.apache.poi.ss.formula.functions.T>[] datatype)
Instatiate.
|
CSVDataInput(java.io.InputStream stream)
Instantiate.
|
CSVDataInput(java.io.InputStream stream,
char delimiter)
Instantiate.
|
CSVDataInput(java.io.InputStream stream,
char delimiter,
char quote)
Instantiate.
|
CSVDataInput(java.io.InputStream stream,
char delimiter,
char quote,
char escape)
Instantiate.
|
CSVDataInput(java.io.InputStream stream,
char delimiter,
char quote,
char escape,
char[] linebreak)
Instantiate.
|
CSVDataInput(java.io.InputStream stream,
CSVSyntax config)
Instantiate.
|
CSVDataInput(java.io.InputStream stream,
CSVSyntax config,
DataType<org.apache.poi.ss.formula.functions.T>[] datatypes)
Instantiate.
|
CSVDataInput(java.io.Reader reader,
char delimiter,
char quote,
char escape,
char[] linebreak,
DataType<org.apache.poi.ss.formula.functions.T>[] datatypes)
Instantiate.
|
CSVDataInput(java.lang.String filename)
Instantiate.
|
CSVDataInput(java.lang.String filename,
char delimiter)
Instantiate.
|
CSVDataInput(java.lang.String filename,
char delimiter,
char quote)
Instantiate.
|
CSVDataInput(java.lang.String filename,
char delimiter,
char quote,
char escape)
Instantiate.
|
CSVDataInput(java.lang.String filename,
char delimiter,
char quote,
char escape,
char[] linebreak)
Instantiate.
|
CSVDataInput(java.lang.String filename,
CSVSyntax config)
Instantiate.
|
CSVDataInput(java.lang.String filename,
CSVSyntax config,
DataType<org.apache.poi.ss.formula.functions.T>[] datatypes)
Instantiate.
|
public CSVDataInput(java.io.File file) throws java.io.IOException
file
- the filejava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.File file, char delimiter) throws java.io.IOException
file
- the filedelimiter
- the delimiterjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.File file, char delimiter, char quote) throws java.io.IOException
file
- the filedelimiter
- the delimiterquote
- the quotejava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.File file, char delimiter, char quote, char escape) throws java.io.IOException
file
- the filedelimiter
- the delimiterquote
- the quoteescape
- the escapejava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.File file, char delimiter, char quote, char escape, char[] linebreak) throws java.io.IOException
file
- the filedelimiter
- the delimiterquote
- the quoteescape
- the escapelinebreak
- the linebreakjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.File file, CSVSyntax config) throws java.io.IOException
file
- the fileconfig
- the configjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.File file, CSVSyntax config, DataType<org.apache.poi.ss.formula.functions.T>[] datatype) throws java.io.IOException
file
- config
- datatype
- java.io.IOException
public CSVDataInput(java.io.InputStream stream) throws java.io.IOException
stream
- the streamjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.InputStream stream, char delimiter) throws java.io.IOException
stream
- the streamdelimiter
- the delimiterjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.InputStream stream, char delimiter, char quote) throws java.io.IOException
stream
- the streamdelimiter
- the delimiterquote
- the quotejava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.InputStream stream, char delimiter, char quote, char escape) throws java.io.IOException
stream
- the streamdelimiter
- the delimiterquote
- the quoteescape
- the escapejava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.InputStream stream, char delimiter, char quote, char escape, char[] linebreak) throws java.io.IOException
stream
- the streamdelimiter
- the delimiterquote
- the quoteescape
- the escapelinebreak
- the linebreakjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.InputStream stream, CSVSyntax config) throws java.io.IOException
stream
- the streamconfig
- the configjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.io.InputStream stream, CSVSyntax config, DataType<org.apache.poi.ss.formula.functions.T>[] datatypes) throws java.io.IOException
stream
- config
- datatypes
- java.io.IOException
public CSVDataInput(java.io.Reader reader, char delimiter, char quote, char escape, char[] linebreak, DataType<org.apache.poi.ss.formula.functions.T>[] datatypes) throws java.io.IOException
reader
- the readerdelimiter
- the delimiterquote
- the quoteescape
- the escapelinebreak
- the linebreakjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.lang.String filename) throws java.io.IOException
filename
- the filenamejava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.lang.String filename, char delimiter) throws java.io.IOException
filename
- the filenamedelimiter
- the delimiterjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.lang.String filename, char delimiter, char quote) throws java.io.IOException
filename
- the filenamedelimiter
- the delimiterquote
- the quotejava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.lang.String filename, char delimiter, char quote, char escape) throws java.io.IOException
filename
- the filenamedelimiter
- the delimiterquote
- the quoteescape
- the escapejava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.lang.String filename, char delimiter, char quote, char escape, char[] linebreak) throws java.io.IOException
filename
- the filenamedelimiter
- the delimiterquote
- the quoteescape
- the escapelinebreak
- the linebreakjava.io.IOException
- Signals that an I/O exception has occurred.public CSVDataInput(java.lang.String filename, CSVSyntax config) throws java.io.IOException
filename
- the filenameconfig
- the configjava.io.IOException
- Signals that an I/O exception has occurred.