public class InputStreamIndexInput
extends java.io.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() |
public InputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput,
long limit)
public long actualSizeToRead()
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.InputStreampublic void mark(int readlimit)
mark in class java.io.InputStreampublic void reset()
throws java.io.IOException
reset in class java.io.InputStreamjava.io.IOException