public interface IteratorWriter
Modifier and Type | Interface and Description |
---|---|
static interface |
IteratorWriter.ItemWriter |
Modifier and Type | Method and Description |
---|---|
default List |
toList(List l) |
void |
writeIter(IteratorWriter.ItemWriter iw) |
void writeIter(IteratorWriter.ItemWriter iw) throws IOException
iw
- after this method returns , the ItemWriter Object is invalid
Do not hold a reference to this objectIOException
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.