public class FormatOutputStreamSupport extends Object
| Constructor and Description |
|---|
FormatOutputStreamSupport() |
FormatOutputStreamSupport(OutputHelper rawOutput,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.spi.NutsSystemTerminalBase term,
boolean filtered) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
net.thevpc.nuts.NutsTextParser |
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 |
reset() |
FormatOutputStreamSupport |
setFormatEnabled(boolean formatEnabled) |
FormatOutputStreamSupport |
setParser(net.thevpc.nuts.NutsTextParser parser) |
String |
toString() |
public FormatOutputStreamSupport()
public FormatOutputStreamSupport(OutputHelper rawOutput, net.thevpc.nuts.NutsSession session, net.thevpc.nuts.spi.NutsSystemTerminalBase term, boolean filtered)
public net.thevpc.nuts.NutsTextParser getParser()
public FormatOutputStreamSupport setParser(net.thevpc.nuts.NutsTextParser parser)
public boolean isFormatEnabled()
public FormatOutputStreamSupport setFormatEnabled(boolean formatEnabled)
public void processByte(int oneByte)
public void processBytes(byte[] buf,
int off,
int len)
public void processChars(char[] buf,
int off,
int len)
public void reset()
public void flush()
public boolean isIncomplete()
Copyright © 2022 vpc open source initiative. All rights reserved.