@Deprecated public abstract class CompressedIndexInput extends org.apache.lucene.store.IndexInput
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected byte[] |
uncompressed
非推奨です。
|
protected int |
uncompressedLength
非推奨です。
|
| コンストラクタと説明 |
|---|
CompressedIndexInput(org.apache.lucene.store.IndexInput in)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
available()
非推奨です。
Method is overridden to report number of bytes that can now be read
from decoded data buffer, without reading bytes from the underlying
stream.
|
org.apache.lucene.store.IndexInput |
clone()
非推奨です。
|
void |
close()
非推奨です。
|
protected abstract void |
doClose()
非推奨です。
|
long |
getFilePointer()
非推奨です。
|
long |
length()
非推奨です。
|
int |
read(byte[] buffer,
int offset,
int length,
boolean fullRead)
非推奨です。
|
byte |
readByte()
非推奨です。
|
void |
readBytes(byte[] b,
int offset,
int len)
非推奨です。
|
protected abstract void |
readHeader(org.apache.lucene.store.IndexInput in)
非推奨です。
|
protected boolean |
readyBuffer()
非推奨です。
|
void |
seek(long pos)
非推奨です。
|
protected abstract int |
uncompress(org.apache.lucene.store.IndexInput in,
byte[] out)
非推奨です。
Uncompress the data into the out array, returning the size uncompressed
|
getFullSliceDescription, randomAccessSlice, slice, toStringprotected byte[] uncompressed
protected int uncompressedLength
public CompressedIndexInput(org.apache.lucene.store.IndexInput in)
throws IOException
IOExceptionpublic int available()
throws IOException
IOExceptionpublic byte readByte()
throws IOException
readByte クラス内 org.apache.lucene.store.DataInputIOExceptionpublic int read(byte[] buffer,
int offset,
int length,
boolean fullRead)
throws IOException
IOExceptionpublic void readBytes(byte[] b,
int offset,
int len)
throws IOException
readBytes クラス内 org.apache.lucene.store.DataInputIOExceptionpublic long getFilePointer()
getFilePointer クラス内 org.apache.lucene.store.IndexInputpublic void seek(long pos)
throws IOException
seek クラス内 org.apache.lucene.store.IndexInputIOExceptionpublic long length()
length クラス内 org.apache.lucene.store.IndexInputpublic void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 org.apache.lucene.store.IndexInputIOExceptionprotected abstract void doClose()
throws IOException
IOExceptionprotected boolean readyBuffer()
throws IOException
IOExceptionprotected abstract void readHeader(org.apache.lucene.store.IndexInput in)
throws IOException
IOExceptionprotected abstract int uncompress(org.apache.lucene.store.IndexInput in,
byte[] out)
throws IOException
IOExceptionpublic org.apache.lucene.store.IndexInput clone()
clone クラス内 org.apache.lucene.store.IndexInputCopyright © 2009–2016. All rights reserved.