org.compass.needle.terracotta
Class TerracottaIndexInput
java.lang.Object
org.apache.lucene.store.IndexInput
org.compass.needle.terracotta.TerracottaIndexInput
- All Implemented Interfaces:
- Cloneable
public class TerracottaIndexInput
- extends IndexInput
- implements Cloneable
- Author:
- kimchy
bufferSize
final int bufferSize
TerracottaIndexInput
TerracottaIndexInput(TerracottaFile f,
int bufferSize)
throws IOException
- Throws:
IOException
close
public void close()
- Specified by:
close in class IndexInput
length
public long length()
- Specified by:
length in class IndexInput
readByte
public byte readByte()
throws IOException
- Specified by:
readByte in class IndexInput
- Throws:
IOException
readBytes
public void readBytes(byte[] b,
int offset,
int len)
throws IOException
- Specified by:
readBytes in class IndexInput
- Throws:
IOException
getFilePointer
public long getFilePointer()
- Specified by:
getFilePointer in class IndexInput
seek
public void seek(long pos)
throws IOException
- Specified by:
seek in class IndexInput
- Throws:
IOException
Copyright (c) 2004-2008 The Compass Project.