public class RenderedOutputStream extends OutputStream implements NOutputStreamTransparentAdapter
| Constructor and Description |
|---|
RenderedOutputStream(OutputStream out,
NSystemTerminalBase terminal,
boolean filtered) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
baseOutputStream() |
void |
close() |
void |
flush() |
NSystemTerminalBase |
getTerminal() |
String |
toString() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
writepublic RenderedOutputStream(OutputStream out, NSystemTerminalBase terminal, boolean filtered)
public NSystemTerminalBase getTerminal()
public OutputStream baseOutputStream()
baseOutputStream in interface NOutputStreamTransparentAdapterpublic void write(byte[] b,
int off,
int len)
write in class OutputStreampublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2026 vpc open source initiative. All rights reserved.