public class OutputStreamFromNutsPrintStream extends OutputStream implements net.thevpc.nuts.NutsPrintStreamAdapter
| Constructor and Description |
|---|
OutputStreamFromNutsPrintStream(net.thevpc.nuts.NutsPrintStream base) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
net.thevpc.nuts.NutsPrintStream |
getBaseNutsPrintStream() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public OutputStreamFromNutsPrintStream(net.thevpc.nuts.NutsPrintStream base)
public net.thevpc.nuts.NutsPrintStream getBaseNutsPrintStream()
getBaseNutsPrintStream in interface net.thevpc.nuts.NutsPrintStreamAdapterpublic void write(int b)
write in class OutputStreampublic void write(byte[] b)
write in class OutputStreampublic void write(byte[] b,
int off,
int len)
write in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamCopyright © 2021 vpc open source initiative. All rights reserved.