DataWriter<FixedWidthWriteOptions>@Immutable public final class FixedWidthWriter extends Object implements DataWriter<FixedWidthWriteOptions>
| Constructor | Description |
|---|---|
FixedWidthWriter() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
columnRowSettings(com.univocity.parsers.fixed.FixedWidthWriterSettings settings,
FixedWidthWriteOptions options) |
|
protected void |
errorSettings(com.univocity.parsers.fixed.FixedWidthWriterSettings settings,
FixedWidthWriteOptions options) |
|
protected com.univocity.parsers.fixed.FixedWidthFormat |
fixedWidthFormat(FixedWidthWriteOptions options) |
|
protected com.univocity.parsers.fixed.FixedWidthWriterSettings |
fixedWidthWriterSettings(FixedWidthWriteOptions options) |
|
static void |
register(WriterRegistry registry) |
|
protected void |
skipIgnoreSettings(com.univocity.parsers.fixed.FixedWidthWriterSettings settings,
FixedWidthWriteOptions options) |
|
void |
write(Table table,
Destination dest) |
|
void |
write(Table table,
FixedWidthWriteOptions options) |
public static void register(WriterRegistry registry)
public void write(Table table, FixedWidthWriteOptions options)
write in interface DataWriter<FixedWidthWriteOptions>protected com.univocity.parsers.fixed.FixedWidthFormat fixedWidthFormat(FixedWidthWriteOptions options)
protected com.univocity.parsers.fixed.FixedWidthWriterSettings fixedWidthWriterSettings(FixedWidthWriteOptions options)
protected void columnRowSettings(com.univocity.parsers.fixed.FixedWidthWriterSettings settings,
FixedWidthWriteOptions options)
protected void errorSettings(com.univocity.parsers.fixed.FixedWidthWriterSettings settings,
FixedWidthWriteOptions options)
protected void skipIgnoreSettings(com.univocity.parsers.fixed.FixedWidthWriterSettings settings,
FixedWidthWriteOptions options)
public void write(Table table, Destination dest)
write in interface DataWriter<FixedWidthWriteOptions>Copyright © 2022. All rights reserved.