public class IndexOutputOutputStream
extends java.io.OutputStream
OutputStream that writes into underlying IndexOutput| Constructor | Description |
|---|---|
IndexOutputOutputStream(org.apache.lucene.store.IndexOutput out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
write(byte[] b) |
|
void |
write(byte[] b,
int off,
int len) |
|
void |
write(int b) |
public IndexOutputOutputStream(org.apache.lucene.store.IndexOutput out)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in class java.io.OutputStreamjava.io.IOException