public static class InputStreamFileInput.IteratorProvider extends Object implements InputStreamFileInput.Provider
| Constructor and Description | 
|---|
| IteratorProvider(Iterable<InputStream> iterable) | 
| IteratorProvider(Iterator<InputStream> iterator) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| InputStream | openNext() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitopenNextWithHintspublic IteratorProvider(Iterable<InputStream> iterable)
public IteratorProvider(Iterator<InputStream> iterator)
public InputStream openNext() throws IOException
openNext in interface InputStreamFileInput.ProviderIOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface InputStreamFileInput.ProviderIOException