public class ThreadSafeInputStreamIndexInput extends InputStreamIndexInput
| Constructor and Description |
|---|
ThreadSafeInputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] b,
int off,
int len) |
actualSizeToRead, mark, markSupported, read, resetavailable, close, read, skippublic ThreadSafeInputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput,
long limit)
public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIndexInputIOExceptionCopyright © 2009–2016. All rights reserved.