org.infolayer.util
Interface Closeable


public interface Closeable

Allows to cleanly terminate iterators if not fully read.

Author:
Stefan Haustein

Method Summary
 void close()
           
 

Method Detail

close

public void close()