public class InputStreamIndexInput extends InputStream
| コンストラクタと説明 |
|---|
InputStreamIndexInput(org.apache.lucene.store.IndexInput indexInput,
long limit) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 クラス内 InputStreamIOExceptionpublic int read()
throws IOException
read クラス内 InputStreamIOExceptionpublic boolean markSupported()
markSupported クラス内 InputStreampublic void mark(int readlimit)
mark クラス内 InputStreampublic void reset()
throws IOException
reset クラス内 InputStreamIOExceptionCopyright © 2009–2016. All rights reserved.