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

Packages that use RAMFile
gate.creole.annic.apache.lucene.store Binary i/o API, used for all index data. 
 

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

Fields in gate.creole.annic.apache.lucene.store declared as RAMFile
private  RAMFile RAMInputStream.file
           
private  RAMFile RAMOutputStream.file
           
 

Constructors in gate.creole.annic.apache.lucene.store with parameters of type RAMFile
RAMInputStream(RAMFile f)
           
RAMOutputStream(RAMFile f)