public class CsvFileItemOutput<I extends Item> extends CsvItemOutput<I> implements com.github.akurilov.commons.io.file.FileOutput<I>
| Modifier and Type | Field and Description |
|---|---|
protected java.nio.file.Path |
itemsFilePath |
itemFactory, itemsDst| Constructor and Description |
|---|
CsvFileItemOutput(ItemFactory<I> itemFactory) |
CsvFileItemOutput(java.nio.file.Path itemsFilePath,
ItemFactory<I> itemFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
getFilePath() |
CsvFileItemInput<I> |
getInput() |
java.lang.String |
toString() |
close, put, put, putpublic CsvFileItemOutput(java.nio.file.Path itemsFilePath,
ItemFactory<I> itemFactory)
throws java.io.IOException
java.io.IOExceptionpublic CsvFileItemOutput(ItemFactory<I> itemFactory) throws java.io.IOException
java.io.IOExceptionpublic CsvFileItemInput<I> getInput() throws java.io.IOException
public java.lang.String toString()
toString in class CsvItemOutput<I extends Item>