public class NullOutputStream extends OutputStream
Constructor and Description |
---|
NullOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
public void write(byte[] b, int off, int len)
write
in class OutputStream
public void write(byte[] b)
write
in class OutputStream
public void write(int b)
write
in class OutputStream
Copyright © 2009–2022 Waarp. All rights reserved.