public class EscapeOutputStream extends BaseTransparentFilterOutputStream implements ExtendedFormatAware
out| Constructor and Description |
|---|
EscapeOutputStream(OutputStream out,
net.thevpc.nuts.spi.NutsSystemTerminalBase term,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedFormatAware |
convert(NutsTerminalModeOp other) |
NutsTerminalModeOp |
getModeOp() |
OutputStream |
getOut() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
baseOutputStreamclose, flush, writepublic EscapeOutputStream(OutputStream out, net.thevpc.nuts.spi.NutsSystemTerminalBase term, net.thevpc.nuts.NutsSession session)
public OutputStream getOut()
public NutsTerminalModeOp getModeOp()
getModeOp in interface ExtendedFormatAwarepublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic ExtendedFormatAware convert(NutsTerminalModeOp other)
convert in interface ExtendedFormatAwareCopyright © 2022 vpc open source initiative. All rights reserved.