org.apache.lucene.store.bytebuffer
Class ByteBufferIndexInput

java.lang.Object
  extended by org.apache.lucene.store.DataInput
      extended by org.apache.lucene.store.IndexInput
          extended by org.apache.lucene.store.bytebuffer.ByteBufferIndexInput
All Implemented Interfaces:
java.io.Closeable, java.lang.Cloneable

public class ByteBufferIndexInput
extends org.apache.lucene.store.IndexInput


Field Summary
 
Fields inherited from class org.apache.lucene.store.IndexInput
copyBuf
 
Constructor Summary
ByteBufferIndexInput(ByteBufferFile file)
           
 
Method Summary
 java.lang.Object clone()
           
 void close()
           
 long getFilePointer()
           
 long length()
           
 byte readByte()
           
 void readBytes(byte[] b, int offset, int len)
           
 void seek(long pos)
           
 
Methods inherited from class org.apache.lucene.store.IndexInput
copyBytes, skipChars
 
Methods inherited from class org.apache.lucene.store.DataInput
readBytes, readChars, readInt, readLong, readShort, readString, readStringStringMap, readVInt, readVLong, setModifiedUTF8StringsMode
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBufferIndexInput

public ByteBufferIndexInput(ByteBufferFile file)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

public void close()
Specified by:
close in interface java.io.Closeable
Specified by:
close in class org.apache.lucene.store.IndexInput

length

public long length()
Specified by:
length in class org.apache.lucene.store.IndexInput

readByte

public byte readByte()
              throws java.io.IOException
Specified by:
readByte in class org.apache.lucene.store.DataInput
Throws:
java.io.IOException

readBytes

public void readBytes(byte[] b,
                      int offset,
                      int len)
               throws java.io.IOException
Specified by:
readBytes in class org.apache.lucene.store.DataInput
Throws:
java.io.IOException

getFilePointer

public long getFilePointer()
Specified by:
getFilePointer in class org.apache.lucene.store.IndexInput

seek

public void seek(long pos)
          throws java.io.IOException
Specified by:
seek in class org.apache.lucene.store.IndexInput
Throws:
java.io.IOException

clone

public java.lang.Object clone()
Overrides:
clone in class org.apache.lucene.store.DataInput