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

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

Uses of OutputStream in org.apache.lucene.store
 

Methods in org.apache.lucene.store that return OutputStream
abstract  OutputStream Directory.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.
 OutputStream RAMDirectory.createFile(String name)
          Creates a new, empty file in the directory with the given name.
 



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