public class FormatOutputStreamSupport extends Object
| Constructor and Description |
|---|
FormatOutputStreamSupport() |
FormatOutputStreamSupport(OutputHelper rawOutput,
FormattedPrintStreamRenderer renderer,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
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(NutsTextParser parser) |
String |
toString() |
public FormatOutputStreamSupport()
public FormatOutputStreamSupport(OutputHelper rawOutput, FormattedPrintStreamRenderer renderer, NutsSession session)
public NutsTextParser getParser()
public FormatOutputStreamSupport setParser(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 © 2021 vpc open source initiative. All rights reserved.