org.terrier.structures
Interface Closeable

All Superinterfaces:
Closeable

Deprecated. Use java.io.Closeable instead

public interface Closeable
extends Closeable

Marks an index structure class that can be closed. This interface differs from that in java.io in that this method does not throw an IOException. It is used by the Index object to ensure that all data structures are closed, to prevent file handles and the like leaking.

Since:
2.0
Author:
Craig Macdonald

Method Summary
 
Methods inherited from interface java.io.Closeable
close
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow