public class NullIndexOutput
extends org.apache.lucene.store.IndexOutput
| Constructor and Description |
|---|
NullIndexOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
long |
getChecksum() |
long |
getFilePointer() |
void |
writeByte(byte b) |
void |
writeBytes(byte[] b,
int offset,
int length) |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.store.IndexOutputIOExceptionpublic void flush()
throws IOException
flush in class org.apache.lucene.store.IndexOutputIOExceptionpublic long getFilePointer()
getFilePointer in class org.apache.lucene.store.IndexOutputpublic void writeByte(byte b)
throws IOException
writeByte in class org.apache.lucene.store.DataOutputIOExceptionpublic void writeBytes(byte[] b,
int offset,
int length)
throws IOException
writeBytes in class org.apache.lucene.store.DataOutputIOExceptionpublic long getChecksum()
throws IOException
getChecksum in class org.apache.lucene.store.IndexOutputIOExceptionCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.