We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40db36 commit 53851a4Copy full SHA for 53851a4
src/main/java/com/fasterxml/sort/IteratingSorter.java
@@ -44,6 +44,9 @@ protected IteratingSorter(SortConfig config) {
44
* using {@link DataReaderFactory} and {@link DataWriterFactory} configured
45
* for this sorter.
46
*
47
+ * The returned Iterator will throw {@link IterableSorterException} if any
48
+ * IOException is encountered during calls of {@link Iterator#next()}.
49
+ *
50
* @return Iterator if sorting complete and output is ready to be written; null if it was cancelled
51
*/
52
public Iterator<T> sort(DataReader<T> inputReader)
0 commit comments