Uses of Class
org.apache.lucene.store.IndexInput

Packages that use IndexInput
org.apache.lucene.store Binary i/o API, used for all index data. 
org.apache.lucene.store.db   
 

Uses of IndexInput in org.apache.lucene.store
 

Subclasses of IndexInput in org.apache.lucene.store
 class BufferedIndexInput
          Base implementation class for buffered IndexInput.
protected static class FSDirectory.FSIndexInput
           
 

Methods in org.apache.lucene.store that return IndexInput
 IndexInput MMapDirectory.openInput(java.lang.String name)
           
 IndexInput FSDirectory.openInput(java.lang.String name)
           
 IndexInput RAMDirectory.openInput(java.lang.String name)
          Returns a stream reading an existing file.
abstract  IndexInput Directory.openInput(java.lang.String name)
          Returns a stream reading an existing file.
 IndexInput FSDirectory.openInput(java.lang.String name, int bufferSize)
           
 IndexInput Directory.openInput(java.lang.String name, int bufferSize)
          Returns a stream reading an existing file, with the specified read buffer size.
 

Uses of IndexInput in org.apache.lucene.store.db
 

Subclasses of IndexInput in org.apache.lucene.store.db
 class DbIndexInput
           
 

Methods in org.apache.lucene.store.db that return IndexInput
 IndexInput DbDirectory.openInput(java.lang.String name)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.