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

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

Uses of InputStream in org.apache.lucene.store
 

Methods in org.apache.lucene.store that return InputStream
abstract  InputStream Directory.openFile(String name)
          Returns a stream reading an existing file.
 InputStream FSDirectory.openFile(String name)
          Returns a stream reading an existing file.
 InputStream RAMDirectory.openFile(String name)
          Returns a stream reading an existing file.
 



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