CsvWriteOptions.Builder
, FixedWidthWriteOptions.Builder
public static class WriteOptions.Builder extends Object
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
autoClose |
|
protected Destination |
dest |
Modifier | Constructor | Description |
---|---|---|
protected |
Builder(File dest) |
|
protected |
Builder(OutputStream dest) |
|
protected |
Builder(Writer dest) |
|
protected |
Builder(Destination dest) |
protected Destination dest
protected boolean autoClose
protected Builder(Destination dest)
protected Builder(OutputStream dest)
protected Builder(Writer dest)
protected Builder(File dest) throws IOException
IOException
Copyright © 2021. All rights reserved.