public class UnescapeOutputStream extends BaseTransparentFilterOutputStream implements ExtendedFormatAware
out| Constructor and Description |
|---|
UnescapeOutputStream(OutputStream out,
NSystemTerminalBase term) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedFormatAware |
convert(NTerminalModeOp other) |
NTerminalModeOp |
getModeOp() |
OutputStream |
getOut() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
baseOutputStreamclose, flush, writepublic UnescapeOutputStream(OutputStream out, NSystemTerminalBase term)
public NTerminalModeOp 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(NTerminalModeOp other)
convert in interface ExtendedFormatAwareCopyright © 2025 vpc open source initiative. All rights reserved.