public class JEIndexInput
extends org.apache.lucene.store.IndexInput
| Modifier and Type | Field and Description |
|---|---|
protected Block |
block |
protected JEDirectory |
directory |
protected File |
file |
protected long |
length |
protected long |
position |
| Modifier | Constructor and Description |
|---|---|
protected |
JEIndexInput(JEDirectory directory,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
void |
close() |
long |
getFilePointer() |
long |
length() |
byte |
readByte() |
void |
readBytes(byte[] b,
int offset,
int len) |
void |
seek(long pos) |
protected long position
protected long length
protected JEDirectory directory
protected Block block
protected File file
protected JEIndexInput(JEDirectory directory, java.lang.String name) throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object clone()
clone in class org.apache.lucene.store.IndexInputpublic void close()
throws java.io.IOException
close in class org.apache.lucene.store.IndexInputjava.io.IOExceptionpublic long length()
length in class org.apache.lucene.store.IndexInputpublic byte readByte()
throws java.io.IOException
readByte in class org.apache.lucene.store.IndexInputjava.io.IOExceptionpublic void readBytes(byte[] b,
int offset,
int len)
throws java.io.IOException
readBytes in class org.apache.lucene.store.IndexInputjava.io.IOExceptionpublic void seek(long pos)
throws java.io.IOException
seek in class org.apache.lucene.store.IndexInputjava.io.IOExceptionpublic long getFilePointer()
getFilePointer in class org.apache.lucene.store.IndexInputCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.