public class FilterIndexOutput
extends org.apache.lucene.store.IndexOutput
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected org.apache.lucene.store.IndexOutput |
out |
| コンストラクタと説明 |
|---|
FilterIndexOutput(String resourceDescription,
org.apache.lucene.store.IndexOutput out) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
close() |
long |
getChecksum() |
long |
getFilePointer() |
void |
writeByte(byte b) |
void |
writeBytes(byte[] b,
int offset,
int length) |
public FilterIndexOutput(String resourceDescription, org.apache.lucene.store.IndexOutput out)
public void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableclose クラス内 org.apache.lucene.store.IndexOutputIOExceptionpublic long getFilePointer()
getFilePointer クラス内 org.apache.lucene.store.IndexOutputpublic long getChecksum()
throws IOException
getChecksum クラス内 org.apache.lucene.store.IndexOutputIOExceptionpublic void writeByte(byte b)
throws IOException
writeByte クラス内 org.apache.lucene.store.DataOutputIOExceptionpublic void writeBytes(byte[] b,
int offset,
int length)
throws IOException
writeBytes クラス内 org.apache.lucene.store.DataOutputIOExceptionCopyright © 2009–2016. All rights reserved.