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, reset
available, close, read, skip
public ThreadSafeInputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput, long limit)
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStreamIndexInput
IOException
Copyright © 2009–2015. All rights reserved.