public class FilterIndexOutput
extends org.apache.lucene.store.IndexOutput
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.store.IndexOutput |
out |
| Constructor and Description |
|---|
FilterIndexOutput(java.lang.String resourceDescription,
org.apache.lucene.store.IndexOutput out) |
| Modifier and Type | Method and 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.io.Closeableclose in interface java.lang.AutoCloseableclose 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