Package org.apache.solr.common
Interface IteratorWriter
- All Superinterfaces:
org.noggit.JSONWriter.Writable
public interface IteratorWriter
extends org.noggit.JSONWriter.Writable
Interface to help do push writing to an array
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
writeIter
- Parameters:
iw- after this method returns , the ItemWriter Object is invalid Do not hold a reference to this object- Throws:
IOException
-
toList
-
write
default void write(org.noggit.JSONWriter writer) - Specified by:
writein interfaceorg.noggit.JSONWriter.Writable
-