public class NullOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
static OutputStream |
NULL_OUTPUT_STREAM |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flushpublic static final OutputStream NULL_OUTPUT_STREAM
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.