public interface IOIterator<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
boolean hasNext()
throws IOException
IOExceptionT next() throws IOException
IOExceptionvoid close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.