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(org.apache.lucene.store.IndexOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush()
Deprecated.
|
long |
getChecksum() |
long |
getFilePointer() |
long |
length() |
void |
writeByte(byte b) |
void |
writeBytes(byte[] b,
int offset,
int length) |
public FilterIndexOutput(org.apache.lucene.store.IndexOutput out)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.lucene.store.IndexOutput
IOException
public long getFilePointer()
getFilePointer
in class org.apache.lucene.store.IndexOutput
public long getChecksum() throws IOException
getChecksum
in class org.apache.lucene.store.IndexOutput
IOException
public void writeByte(byte b) throws IOException
writeByte
in class org.apache.lucene.store.DataOutput
IOException
public void writeBytes(byte[] b, int offset, int length) throws IOException
writeBytes
in class org.apache.lucene.store.DataOutput
IOException
@Deprecated public final void flush() throws IOException
flush
in class org.apache.lucene.store.IndexOutput
IOException
public final long length() throws IOException
length
in class org.apache.lucene.store.IndexOutput
IOException
Copyright © 2009–2015. All rights reserved.