public abstract class NutsPrintStreamRendered extends NutsPrintStreamBase
NutsPrintStreamBase.Bindings| Modifier and Type | Field and Description |
|---|---|
protected NutsPrintStreamBase |
base |
protected FormattedPrintStreamRenderer |
renderer |
protected FormatOutputStreamSupport |
support |
autoFlash, bindings, osWrapper, psWrapper, session, writerWrapper| Constructor and Description |
|---|
NutsPrintStreamRendered(NutsPrintStreamBase base,
net.thevpc.nuts.NutsTerminalMode mode,
FormattedPrintStreamRenderer renderer,
NutsPrintStreamBase.Bindings bindings) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsPrintStream |
close() |
protected net.thevpc.nuts.NutsPrintStream |
convertImpl(net.thevpc.nuts.NutsTerminalMode other) |
net.thevpc.nuts.NutsPrintStream |
flush() |
NutsPrintStreamBase |
getBase() |
int |
getColumns() |
net.thevpc.nuts.NutsPrintStream |
print(String s) |
net.thevpc.nuts.NutsPrintStream |
write(byte[] buf,
int off,
int len) |
net.thevpc.nuts.NutsPrintStream |
write(char[] buf,
int off,
int len) |
net.thevpc.nuts.NutsPrintStream |
write(int b) |
append, append, append, asOutputStream, asPrintStream, asWriter, convertMode, format, format, getSession, isAutoFlash, isNtf, mode, print, print, print, print, print, print, print, print, print, printf, printf, printj, println, println, println, println, println, println, println, println, println, println, println, resetLine, toString, write, writeprotected FormatOutputStreamSupport support
protected NutsPrintStreamBase base
protected FormattedPrintStreamRenderer renderer
public NutsPrintStreamRendered(NutsPrintStreamBase base, net.thevpc.nuts.NutsTerminalMode mode, FormattedPrintStreamRenderer renderer, NutsPrintStreamBase.Bindings bindings)
public NutsPrintStreamBase getBase()
public net.thevpc.nuts.NutsPrintStream flush()
public net.thevpc.nuts.NutsPrintStream close()
public net.thevpc.nuts.NutsPrintStream write(int b)
public net.thevpc.nuts.NutsPrintStream write(byte[] buf,
int off,
int len)
public net.thevpc.nuts.NutsPrintStream write(char[] buf,
int off,
int len)
public net.thevpc.nuts.NutsPrintStream print(String s)
public int getColumns()
protected net.thevpc.nuts.NutsPrintStream convertImpl(net.thevpc.nuts.NutsTerminalMode other)
convertImpl in class NutsPrintStreamBaseCopyright © 2021 vpc open source initiative. All rights reserved.