public class NutsTextNodeWriterRenderer extends AbstractNutsTextNodeWriter
| Constructor and Description |
|---|
NutsTextNodeWriterRenderer(net.thevpc.nuts.NutsPrintStream rawOutput,
net.thevpc.nuts.NutsSession session) |
NutsTextNodeWriterRenderer(OutputHelper rawOutput,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.spi.NutsSystemTerminalBase term) |
NutsTextNodeWriterRenderer(OutputStream rawOutput,
net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.spi.NutsSystemTerminalBase term) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
flush() |
void |
flushLater() |
String |
toString() |
void |
writeLater(byte[] later) |
void |
writeNode(net.thevpc.nuts.NutsText node) |
void |
writeNode(net.thevpc.nuts.NutsText node,
net.thevpc.nuts.NutsTextWriteConfiguration ctx) |
void |
writeRaw(byte[] buf,
int off,
int len) |
void |
writeRaw(char[] buf,
int off,
int len) |
protected void |
writeRaw(net.thevpc.nuts.NutsTextStyles format,
String rawString,
boolean filterFormat) |
void |
writeRaw(String rawString) |
getWriteConfiguration, setWriteConfigurationpublic NutsTextNodeWriterRenderer(net.thevpc.nuts.NutsPrintStream rawOutput,
net.thevpc.nuts.NutsSession session)
public NutsTextNodeWriterRenderer(OutputStream rawOutput, net.thevpc.nuts.NutsSession session, net.thevpc.nuts.spi.NutsSystemTerminalBase term)
public NutsTextNodeWriterRenderer(OutputHelper rawOutput, net.thevpc.nuts.NutsSession session, net.thevpc.nuts.spi.NutsSystemTerminalBase term)
public void writeNode(net.thevpc.nuts.NutsText node)
public final void writeRaw(byte[] buf,
int off,
int len)
public void writeRaw(char[] buf,
int off,
int len)
public final boolean flush()
public void writeNode(net.thevpc.nuts.NutsText node,
net.thevpc.nuts.NutsTextWriteConfiguration ctx)
protected void writeRaw(net.thevpc.nuts.NutsTextStyles format,
String rawString,
boolean filterFormat)
public final void writeRaw(String rawString)
public final void writeLater(byte[] later)
public final void flushLater()
Copyright © 2022 vpc open source initiative. All rights reserved.