public class InputStreamIndexInput extends InputStream
| Constructor and Description |
|---|
InputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
long |
actualSizeToRead() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
available, close, read, skippublic InputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput,
long limit)
public long actualSizeToRead()
public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionCopyright © 2009–2016. All rights reserved.