public class CsvBulkEntityReaderFactory extends Object implements BulkEntityReaderFactory
| Constructor and Description |
|---|
CsvBulkEntityReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
BulkEntityReadable |
createBulkFileReader(File localFile,
ResultFileType fileType,
DownloadFileType downloadFileType,
boolean deleteFileOnClose) |
BulkEntityReadable |
createBulkRowsReader(List<String> csvRows) |
public BulkEntityReadable createBulkFileReader(File localFile, ResultFileType fileType, DownloadFileType downloadFileType, boolean deleteFileOnClose) throws IOException
createBulkFileReader in interface BulkEntityReaderFactoryIOExceptionpublic BulkEntityReadable createBulkRowsReader(List<String> csvRows) throws IOException
createBulkRowsReader in interface BulkEntityReaderFactoryIOExceptionCopyright © 2024. All rights reserved.