com.healthmarketscience.rmiio
Interface CloseableIOIterator<DataType>

All Superinterfaces:
Closeable, IOIterator<DataType>
All Known Subinterfaces:
RemoteIterator<DataType>
All Known Implementing Classes:
AbstractCloseableIOIterator, CloseableIOIterator.Adapter, ConverterIOIterator, IOIteratorPipe.Source, LineIterator, RemoteIteratorClient, SerialRemoteIteratorClient, SimpleRemoteIterator

public interface CloseableIOIterator<DataType>
extends IOIterator<DataType>, Closeable

Convenience interface which combines IOIterator and Closeable.

Author:
James Ahlborn

Nested Class Summary
static class CloseableIOIterator.Adapter<DataType>
          Deprecated. use RmiioUtil.adapt(java.util.Iterator) instead
 
Method Summary
 
Methods inherited from interface com.healthmarketscience.rmiio.IOIterator
hasNext, next
 
Methods inherited from interface java.io.Closeable
close
 



Copyright © 2006–2016 Health Market Science. All rights reserved.