public static class StreamHelper.NullOutputStream extends OutputStream
Constructor and Description |
---|
NullOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush
public void write(byte[] b, int off, int len)
write
in class OutputStream
public void write(int b)
write
in class OutputStream
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
Copyright © 2016–2024. All rights reserved.