Package org.deidentifier.arx.io
Klasse CSVDataOutput
java.lang.Object
org.deidentifier.arx.io.CSVDataOutput
Provides methods for writing CSV encoded data.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCSVDataOutput(File file) Instantiate.CSVDataOutput(File file, char delimiter) Instantiate.CSVDataOutput(File file, char delimiter, char quote) Instantiate.CSVDataOutput(File file, char delimiter, char quote, char escape) Instantiate.CSVDataOutput(File file, char delimiter, char quote, char escape, char[] linebreak) Instantiate.CSVDataOutput(File file, CSVSyntax config) Instantiate.CSVDataOutput(OutputStream stream) Instantiate.CSVDataOutput(OutputStream stream, char delimiter) Instantiate.CSVDataOutput(OutputStream stream, char delimiter, char quote) Instantiate.CSVDataOutput(OutputStream stream, char delimiter, char quote, char escape) Instantiate.CSVDataOutput(OutputStream stream, char delimiter, char quote, char escape, char[] linebreak) Instantiate.CSVDataOutput(OutputStream stream, char delimiter, char quote, char escape, char[] linebreak, int maxColumns) Instantiate.CSVDataOutput(OutputStream stream, char delimiter, char quote, char escape, char[] linebreak, Charset charset) Instantiate.CSVDataOutput(OutputStream stream, CSVSyntax config) Instantiate.CSVDataOutput(Writer writer, char delimiter, char quote, char escape, char[] linebreak) Instantiates a new CSV data output.CSVDataOutput(Writer writer, char delimiter, char quote, char escape, char[] linebreak, int maxColumns) Instantiates a new CSV data output.CSVDataOutput(Writer writer, char delimiter, char quote, char escape, char[] linebreak, CSVOptions options) Instantiates a new CSV data output.CSVDataOutput(String filename) Instantiate.CSVDataOutput(String filename, char delimiter) Instantiate.CSVDataOutput(String filename, char delimiter, char quote) Instantiate.CSVDataOutput(String filename, char delimiter, char quote, char escape) Instantiate.CSVDataOutput(String filename, char delimiter, char quote, char escape, char[] linebreak) Instantiate.CSVDataOutput(String filename, CSVSyntax config) Instantiate.CSVDataOutput(String filename, CSVSyntax config, CSVOptions options) Instantiate. -
Methodenübersicht
-
Konstruktordetails
-
CSVDataOutput
Instantiate.- Parameter:
file- the file- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
file- the filedelimiter- the delimiter- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
file- the filedelimiter- the delimiterquote- the quote- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
file- the filedelimiter- the delimiterquote- the quoteescape- the escape- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(File file, char delimiter, char quote, char escape, char[] linebreak) throws IOException Instantiate.- Parameter:
file- the filedelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
file- the fileconfig- the config- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
stream- the stream- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
stream- the streamdelimiter- the delimiter- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
stream- the streamdelimiter- the delimiterquote- the quote- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(OutputStream stream, char delimiter, char quote, char escape) throws IOException Instantiate.- Parameter:
stream- the streamdelimiter- the delimiterquote- the quoteescape- the escape- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(OutputStream stream, char delimiter, char quote, char escape, char[] linebreak, int maxColumns) throws IOException Instantiate.- Parameter:
stream- the streamdelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreakmaxColumns-- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(OutputStream stream, char delimiter, char quote, char escape, char[] linebreak) throws IOException Instantiate.- Parameter:
stream- the streamdelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(OutputStream stream, char delimiter, char quote, char escape, char[] linebreak, Charset charset) throws IOException Instantiate.- Parameter:
stream- the streamdelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreakcharset- to use- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
stream- the streamconfig- the config- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
filename- the filename- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
filename- the filenamedelimiter- the delimiter- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
filename- the filenamedelimiter- the delimiterquote- the quote- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
filename- the filenamedelimiter- the delimiterquote- the quoteescape- the escape- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(String filename, char delimiter, char quote, char escape, char[] linebreak) throws IOException Instantiate.- Parameter:
filename- the filenamedelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
filename- the filenameconfig- the config- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
Instantiate.- Parameter:
filename- the filenameconfig- the configoptions- the options- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(Writer writer, char delimiter, char quote, char escape, char[] linebreak, int maxColumns) throws IOException Instantiates a new CSV data output.- Parameter:
writer- the writerdelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreakmaxColumns-- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(Writer writer, char delimiter, char quote, char escape, char[] linebreak) throws IOException Instantiates a new CSV data output.- Parameter:
writer- the writerdelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
CSVDataOutput
public CSVDataOutput(Writer writer, char delimiter, char quote, char escape, char[] linebreak, CSVOptions options) throws IOException Instantiates a new CSV data output.- Parameter:
writer- the writerdelimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
-
Methodendetails
-
write
Write the results.- Parameter:
iterator- the iterator- Löst aus:
IOException- Signals that an I/O exception has occurred.
-
write
Write.- Parameter:
hierarchy- the hierarchy- Löst aus:
IOException- Signals that an I/O exception has occurred.
-