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) |
org.apache.lucene.store.IndexInput |
slice(String sliceDescription,
long offset,
long length) |
clone, getFullSliceDescription, randomAccessSlice, toStringpublic SingleChunkIndexInput(IndexInputContext iic)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.store.IndexInputpublic long getFilePointer()
getFilePointer in class org.apache.lucene.store.IndexInputpublic long length()
length in class org.apache.lucene.store.IndexInputpublic byte readByte()
throws IOException
readByte in class org.apache.lucene.store.DataInputIOExceptionpublic void readBytes(byte[] b,
int offset,
int len)
throws IOException
readBytes in class org.apache.lucene.store.DataInputIOExceptionpublic void seek(long pos)
seek in class org.apache.lucene.store.IndexInputpublic org.apache.lucene.store.IndexInput slice(String sliceDescription, long offset, long length) throws IOException
slice in class org.apache.lucene.store.IndexInputIOExceptionCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.