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

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

Uses of IndexOutput in org.apache.lucene.store
 

Subclasses of IndexOutput in org.apache.lucene.store
 class BufferedIndexOutput
          Base implementation class for buffered IndexOutput.
protected static class FSDirectory.FSIndexOutput
           
 class RAMOutputStream
          A memory-resident IndexOutput implementation.
 

Methods in org.apache.lucene.store that return IndexOutput
 IndexOutput FSDirectory.createOutput(String name)
          Creates a new, empty file in the directory with the given name.
 IndexOutput RAMDirectory.createOutput(String name)
          Creates a new, empty file in the directory with the given name.
abstract  IndexOutput Directory.createOutput(String name)
          Creates a new, empty file in the directory with the given name.
 

Methods in org.apache.lucene.store with parameters of type IndexOutput
 void RAMOutputStream.writeTo(IndexOutput out)
          Copy the current contents of this buffer to the named output.
 



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