java.io.Closeable, java.lang.AutoCloseableVerifyingIndexOutputpublic class FilterIndexOutput
extends org.apache.lucene.store.IndexOutput
| Modifier and Type | Field | Description |
|---|---|---|
protected org.apache.lucene.store.IndexOutput |
out |
| Constructor | Description |
|---|---|
FilterIndexOutput(java.lang.String resourceDescription,
org.apache.lucene.store.IndexOutput out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
long |
getChecksum() |
|
long |
getFilePointer() |
|
void |
writeByte(byte b) |
|
void |
writeBytes(byte[] b,
int offset,
int length) |
public FilterIndexOutput(java.lang.String resourceDescription,
org.apache.lucene.store.IndexOutput out)
public void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class org.apache.lucene.store.IndexOutputjava.io.IOExceptionpublic long getFilePointer()
getFilePointer in class org.apache.lucene.store.IndexOutputpublic long getChecksum()
throws java.io.IOException
getChecksum in class org.apache.lucene.store.IndexOutputjava.io.IOExceptionpublic void writeByte(byte b)
throws java.io.IOException
writeByte in class org.apache.lucene.store.DataOutputjava.io.IOExceptionpublic void writeBytes(byte[] b,
int offset,
int length)
throws java.io.IOException
writeBytes in class org.apache.lucene.store.DataOutputjava.io.IOException