Save This Page
Home » lucene-2.4.1-src » org.apache » lucene » store » [javadoc | source]
org.apache.lucene.store
class: RAMInputStream [javadoc | source]
java.lang.Object
   org.apache.lucene.store.IndexInput
      org.apache.lucene.store.RAMInputStream

All Implemented Interfaces:
    Cloneable

A memory-resident IndexInput implementation.
Field Summary
static final  int BUFFER_SIZE     
Constructor:
 RAMInputStream(RAMFile f) throws IOException 
Method from org.apache.lucene.store.RAMInputStream Summary:
close,   getFilePointer,   length,   readByte,   readBytes,   seek
Methods from org.apache.lucene.store.IndexInput:
clone,   close,   getFilePointer,   length,   readByte,   readBytes,   readBytes,   readChars,   readInt,   readLong,   readString,   readVInt,   readVLong,   seek,   setModifiedUTF8StringsMode,   skipChars
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.store.RAMInputStream Detail:
 public  void close() 
 public long getFilePointer() 
 public long length() 
 public byte readByte() throws IOException 
 public  void readBytes(byte[] b,
    int offset,
    int len) throws IOException 
 public  void seek(long pos) throws IOException