| Constructor and Description |
|---|
GridLuceneInputStream(String name,
GridLuceneFile f)
Constructor.
|
GridLuceneInputStream(String name,
GridLuceneFile f,
long length)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IndexInput |
clone() |
void |
close() |
long |
getFilePointer() |
long |
length() |
byte |
readByte() |
void |
readBytes(byte[] b,
int offset,
int len) |
void |
seek(long pos) |
IndexInput |
slice(String sliceDescription,
long offset,
long length) |
public GridLuceneInputStream(String name, GridLuceneFile f) throws IOException
name - Name.f - File.IOException - If failed.public GridLuceneInputStream(String name, GridLuceneFile f, long length) throws IOException
name - Name.f - File.length - inputStream length.IOException - If failed.public void close()
public IndexInput clone()
public long length()
public byte readByte()
throws IOException
IOExceptionpublic void readBytes(byte[] b,
int offset,
int len)
throws IOException
IOExceptionpublic IndexInput slice(String sliceDescription, long offset, long length) throws IOException
IOExceptionpublic long getFilePointer()
public void seek(long pos)
throws IOException
IOException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019