public class OutputStreamFromNPrintStream extends OutputStream implements net.thevpc.nuts.io.NPrintStreamAdapter
| Constructor and Description |
|---|
OutputStreamFromNPrintStream(net.thevpc.nuts.io.NPrintStream base) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
net.thevpc.nuts.io.NPrintStream |
getBasePrintStream() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public OutputStreamFromNPrintStream(net.thevpc.nuts.io.NPrintStream base)
public net.thevpc.nuts.io.NPrintStream getBasePrintStream()
getBasePrintStream in interface net.thevpc.nuts.io.NPrintStreamAdapterpublic 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 © 2025 vpc open source initiative. All rights reserved.