|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FixedWidthColumn | |
---|---|
net.sf.jmatchparser.util.csv | This package contains utility classes useful for parsing and creating CSV and similar column-based files. |
Uses of FixedWidthColumn in net.sf.jmatchparser.util.csv |
---|
Methods in net.sf.jmatchparser.util.csv that return FixedWidthColumn | |
---|---|
static FixedWidthColumn |
FixedWidthColumn.parse(String colSpec)
Parse a column from a column specification string. |
Constructors in net.sf.jmatchparser.util.csv with parameters of type FixedWidthColumn | |
---|---|
FixedWidthCSVReader(BufferedReader br,
FixedWidthColumn... columns)
Create a new FixedWidthCSVReader that reads from the given
buffered reader using the given columns and no separators. |
|
FixedWidthCSVReader(BufferedReader br,
String prefix,
String separator,
String suffix,
FixedWidthColumn... columns)
Create a new FixedWidthCSVReader that reads from the given
buffered reader using the given columns and separators. |
|
FixedWidthCSVReader(InputStream in,
String charsetName,
FixedWidthColumn... columns)
Create a new FixedWidthCSVReader that reads from the given stream
using the given columns and no separators. |
|
FixedWidthCSVReader(InputStream in,
String charsetName,
String prefix,
String separator,
String suffix,
FixedWidthColumn... columns)
Create a new FixedWidthCSVReader that reads from the given stream
using the given columns and separators. |
|
FixedWidthCSVReader(Reader r,
FixedWidthColumn... columns)
Create a new FixedWidthCSVReader that reads from the given reader
using the given columns and no separators. |
|
FixedWidthCSVReader(Reader r,
String prefix,
String separator,
String suffix,
FixedWidthColumn... columns)
Create a new FixedWidthCSVReader that reads from the given reader
using the given columns and separators. |
|
FixedWidthCSVWriter(OutputStream out,
String charsetName,
FixedWidthColumn... columns)
Create a new CSV writer that writes to the given stream in the given charset using the given columns and no separators. |
|
FixedWidthCSVWriter(OutputStream out,
String charsetName,
String prefix,
String separator,
String suffix,
FixedWidthColumn... columns)
Create a new CSV writer that writes to the given stream in the given charset using the given columns and separators. |
|
FixedWidthCSVWriter(Writer w,
FixedWidthColumn... columns)
Create a new CSV writer that writes to the given Writer using the
given columns and no separators. |
|
FixedWidthCSVWriter(Writer w,
String prefix,
String separator,
String suffix,
FixedWidthColumn... columns)
Create a new CSV writer that writes to the given Writer using the
given columns and separators. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |