public final class SingleChunkIndexInput
extends org.apache.lucene.store.IndexInput
Constructor and Description |
---|
SingleChunkIndexInput(IndexInputContext iic) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getFilePointer() |
long |
length() |
byte |
readByte() |
void |
readBytes(byte[] b,
int offset,
int len) |
void |
seek(long pos) |
public SingleChunkIndexInput(IndexInputContext iic)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.lucene.store.IndexInput
public long getFilePointer()
getFilePointer
in class org.apache.lucene.store.IndexInput
public long length()
length
in class org.apache.lucene.store.IndexInput
public byte readByte() throws IOException
readByte
in class org.apache.lucene.store.DataInput
IOException
public void readBytes(byte[] b, int offset, int len) throws IOException
readBytes
in class org.apache.lucene.store.DataInput
IOException
public void seek(long pos)
seek
in class org.apache.lucene.store.IndexInput
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.