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 Closeable
close
in interface AutoCloseable
close
in class org.apache.lucene.store.IndexOutput
IOException
public void flush() throws IOException
flush
in class org.apache.lucene.store.IndexOutput
IOException
public long getFilePointer()
getFilePointer
in class org.apache.lucene.store.IndexOutput
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
public long getChecksum() throws IOException
getChecksum
in class org.apache.lucene.store.IndexOutput
IOException
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.