Uses of Class
org.refcodes.tabular.CsvRecordWriter
-
Uses of CsvRecordWriter in org.refcodes.tabular
Subclasses of CsvRecordWriter in org.refcodes.tabularMethods in org.refcodes.tabular that return CsvRecordWriterModifier and TypeMethodDescriptionstatic <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(File aCsvFile) Constructs aCsvRecordWriter.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(File aCsvFile, char aCsvDelimiter) Constructs aCsvRecordWriter.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(File aCsvFile, Charset aEncoding) Constructs aCsvRecordWriter.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(File aCsvFile, Charset aEncoding, char aCsvDelimiter) Constructs aCsvRecordWriter.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(OutputStream aCsvOutputStream) Constructs aCsvRecordWriter.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(OutputStream aCsvOutputStream, Charset aEncoding) Constructs aCsvRecordWriter.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(PrintStream aPrintStream) Constructs aCsvRecordWriter.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, File aCsvFile) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, File aCsvFile, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, File aCsvFile, Charset aEncoding) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, File aCsvFile, Charset aEncoding, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, OutputStream aCsvOutputStream) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, OutputStream aCsvOutputStream, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, OutputStream aCsvOutputStream, Charset aEncoding) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, OutputStream aCsvOutputStream, Charset aEncoding, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, PrintStream aPrintStream) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(ColumnFactory<T> aColumnFactory, PrintStream aPrintStream, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, File aCsvFile) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, File aCsvFile, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, File aCsvFile, Charset aEncoding) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, File aCsvFile, Charset aEncoding, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, OutputStream aCsvOutputStream) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, OutputStream aCsvOutputStream, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, OutputStream aCsvOutputStream, Charset aEncoding) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, OutputStream aCsvOutputStream, Charset aEncoding, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, PrintStream aPrintStream) Constructs aCsvRecordWriterwith the given header for logging.static <T> CsvRecordWriter<T>TabularSugar.csvRecordWriter(Header<T> aHeader, PrintStream aPrintStream, char aCsvDelimiter) Constructs aCsvRecordWriterwith the given header for logging.CsvRecordWriter.withCommentPrefixes(String... aCommentPrefixes) CsvRecordWriter.withCsvEscapeMode(org.refcodes.textual.CsvEscapeMode aCsvEscapeMode) CsvRecordWriter.withDelimiter(char aCsvDelimiter) CsvRecordWriter.withTrim(boolean isTrimRecords)