public class FormatOutputStreamSupport extends Object
| Constructor and Description |
|---|
FormatOutputStreamSupport() |
FormatOutputStreamSupport(net.thevpc.nuts.io.NPrintStream rawOutput,
net.thevpc.nuts.spi.NSystemTerminalBase term,
boolean filtered) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
net.thevpc.nuts.text.NTextParser |
getParser() |
boolean |
isFormatEnabled() |
boolean |
isIncomplete() |
void |
processByte(int oneByte) |
void |
processBytes(byte[] buf,
int off,
int len) |
void |
processChars(char[] buf,
int off,
int len) |
void |
pushNode(net.thevpc.nuts.text.NText node) |
void |
reset() |
FormatOutputStreamSupport |
setFormatEnabled(boolean formatEnabled) |
FormatOutputStreamSupport |
setParser(net.thevpc.nuts.text.NTextParser parser) |
String |
toString() |
void |
writeRaw(byte[] buf,
int off,
int len) |
public FormatOutputStreamSupport()
public FormatOutputStreamSupport(net.thevpc.nuts.io.NPrintStream rawOutput,
net.thevpc.nuts.spi.NSystemTerminalBase term,
boolean filtered)
public net.thevpc.nuts.text.NTextParser getParser()
public FormatOutputStreamSupport setParser(net.thevpc.nuts.text.NTextParser parser)
public boolean isFormatEnabled()
public FormatOutputStreamSupport setFormatEnabled(boolean formatEnabled)
public void processByte(int oneByte)
public void writeRaw(byte[] buf,
int off,
int len)
public void processBytes(byte[] buf,
int off,
int len)
public void pushNode(net.thevpc.nuts.text.NText node)
public void processChars(char[] buf,
int off,
int len)
public void reset()
public void flush()
public boolean isIncomplete()
Copyright © 2025 vpc open source initiative. All rights reserved.