public interface BulkObjectReader extends Closeable, Iterator<BulkObject>
| Modifier and Type | Method and Description |
|---|---|
BulkObject |
readNextBulkObject()
Reads the next csv row values, creates a new instance of the object and
populates it with the row values.
|
forEachRemaining, hasNext, next, removeBulkObject readNextBulkObject()
BulkObjectCopyright © 2024. All rights reserved.