public interface CloseableInputProvider<E> extends Closeable
Modifier and Type | Method and Description |
---|---|
MutableObjectIterator<E> |
getIterator()
Gets the iterator over this input.
|
MutableObjectIterator<E> getIterator() throws InterruptedException, IOException
InterruptedException
IOException
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.