Class ClosingStreamIterator

java.lang.Object
org.apache.drill.exec.store.easy.json.loader.ClosingStreamIterator
Type Parameters:
T - type of the value
All Implemented Interfaces:
Iterator<InputStream>

public class ClosingStreamIterator extends Object implements Iterator<InputStream>
It allows setting the current value in the iterator and can be used once after next() call