Searched defs:IndexInput (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DIndexInput.java27 public abstract class IndexInput extends DataInput implements Cloneable,Closeable { class in inherits:DataInput,Cloneable,Closeable
60 protected IndexInput() { method in class:IndexInput
61 this("anonymous IndexInput");
67 protected IndexInput(String resourceDescription) { method in class:IndexInput

Completed in 1415 milliseconds