public class UnescapeOutputStream extends BaseTransparentFilterOutputStream implements ExtendedFormatAware
out| Constructor and Description |
|---|
UnescapeOutputStream(OutputStream out,
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 UnescapeOutputStream(OutputStream out, net.thevpc.nuts.NutsSession session)
public NutsTerminalModeOp getModeOp()
getModeOp in interface ExtendedFormatAwarepublic OutputStream getOut()
public 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 © 2021 vpc open source initiative. All rights reserved.