public class FormatOutputStreamSupport extends Object
| Constructor and Description |
|---|
FormatOutputStreamSupport() |
FormatOutputStreamSupport(NPrintStream rawOutput,
NSystemTerminalBase term,
boolean filtered) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
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(NText node) |
void |
reset() |
FormatOutputStreamSupport |
setFormatEnabled(boolean formatEnabled) |
FormatOutputStreamSupport |
setParser(NTextParser parser) |
String |
toString() |
void |
writeRaw(byte[] buf,
int off,
int len) |
public FormatOutputStreamSupport()
public FormatOutputStreamSupport(NPrintStream rawOutput, NSystemTerminalBase term, boolean filtered)
public NTextParser getParser()
public FormatOutputStreamSupport setParser(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(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.