public interface BulkEntityReaderFactory
| Modifier and Type | Method and Description |
|---|---|
BulkEntityReadable |
createBulkFileReader(File localFile,
ResultFileType fileType,
DownloadFileType downloadFileType,
boolean deleteFileOnClose) |
BulkEntityReadable |
createBulkRowsReader(List<String> csvRows) |
BulkEntityReadable createBulkFileReader(File localFile, ResultFileType fileType, DownloadFileType downloadFileType, boolean deleteFileOnClose) throws IOException
IOExceptionBulkEntityReadable createBulkRowsReader(List<String> csvRows) throws IOException
IOExceptionCopyright © 2024. All rights reserved.