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

Packages that use OutputStream
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.store Binary i/o API, used for all index data. 
 

Uses of OutputStream in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return OutputStream
 OutputStream CompoundFileReader.createFile(String name)
          Creates a new, empty file in the directory with the given name.
 

Uses of OutputStream in org.apache.lucene.store
 

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



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