Uses of Class
gate.creole.annic.apache.lucene.store.OutputStream

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

Uses of OutputStream in gate.creole.annic.apache.lucene.index
 

Fields in gate.creole.annic.apache.lucene.index declared as OutputStream
private  OutputStream FieldsWriter.fieldsStream
           
private  OutputStream SegmentMerger.freqOutput
           
private  OutputStream FieldsWriter.indexStream
           
private  OutputStream TermInfosWriter.output
           
private  OutputStream SegmentMerger.proxOutput
           
private  OutputStream TermVectorsWriter.tvd
           
private  OutputStream TermVectorsWriter.tvf
           
private  OutputStream TermVectorsWriter.tvx
           
 

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

Methods in gate.creole.annic.apache.lucene.index with parameters of type OutputStream
private  void CompoundFileWriter.copyFile(CompoundFileWriter.FileEntry source, OutputStream os, byte[] buffer)
          Copy the contents of the file with specified extension into the provided output stream.
 void FieldInfos.write(OutputStream output)
           
 

Uses of OutputStream in gate.creole.annic.apache.lucene.store
 

Subclasses of OutputStream in gate.creole.annic.apache.lucene.store
(package private)  class FSOutputStream
           
 class RAMOutputStream
          A memory-resident OutputStream implementation.
 

Methods in gate.creole.annic.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.
 

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