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

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

Uses of OutputStream in org.apache.lucene.store
 

Subclasses of OutputStream in org.apache.lucene.store
 class RAMOutputStream
          A memory-resident OutputStream implementation.
 

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

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



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