public abstract class NPrintStreamBase extends Object implements net.thevpc.nuts.io.NPrintStream
| Modifier and Type | Class and Description |
|---|---|
static class |
NPrintStreamBase.Bindings |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoFlash |
protected NPrintStreamBase.Bindings |
bindings |
protected OutputStream |
osWrapper |
protected PrintStream |
psWrapper |
protected net.thevpc.nuts.spi.NSystemTerminalBase |
term |
protected Writer |
writerWrapper |
| Constructor and Description |
|---|
NPrintStreamBase(boolean autoFlash,
net.thevpc.nuts.io.NTerminalMode mode,
NPrintStreamBase.Bindings bindings,
net.thevpc.nuts.spi.NSystemTerminalBase term) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
asOutputStream() |
PrintStream |
asPrintStream() |
Writer |
asWriter() |
void |
close() |
protected abstract net.thevpc.nuts.io.NPrintStream |
convertImpl(net.thevpc.nuts.io.NTerminalMode other) |
net.thevpc.nuts.io.NContentMetadata |
getMetaData() |
net.thevpc.nuts.spi.NSystemTerminalBase |
getTerminal() |
net.thevpc.nuts.io.NTerminalMode |
getTerminalMode() |
boolean |
isAutoFlash() |
boolean |
isNtf() |
net.thevpc.nuts.io.NPrintStream |
print(boolean b) |
net.thevpc.nuts.io.NPrintStream |
print(Boolean b) |
net.thevpc.nuts.io.NPrintStream |
print(byte[] b) |
net.thevpc.nuts.io.NPrintStream |
print(byte[] buf,
int off,
int len) |
net.thevpc.nuts.io.NPrintStream |
print(char c) |
net.thevpc.nuts.io.NPrintStream |
print(char[] s) |
net.thevpc.nuts.io.NPrintStream |
print(char[] buf,
int off,
int len) |
net.thevpc.nuts.io.NPrintStream |
print(CharSequence csq) |
net.thevpc.nuts.io.NPrintStream |
print(CharSequence csq,
int start,
int end) |
net.thevpc.nuts.io.NPrintStream |
print(Date d) |
net.thevpc.nuts.io.NPrintStream |
print(double d) |
net.thevpc.nuts.io.NPrintStream |
print(float f) |
net.thevpc.nuts.io.NPrintStream |
print(int i) |
net.thevpc.nuts.io.NPrintStream |
print(long l) |
net.thevpc.nuts.io.NPrintStream |
print(net.thevpc.nuts.util.NMsg b) |
net.thevpc.nuts.io.NPrintStream |
print(net.thevpc.nuts.text.NText b) |
net.thevpc.nuts.io.NPrintStream |
print(Number d) |
net.thevpc.nuts.io.NPrintStream |
print(Object obj) |
net.thevpc.nuts.io.NPrintStream |
print(Object text,
net.thevpc.nuts.text.NTextStyle style) |
net.thevpc.nuts.io.NPrintStream |
print(Object text,
net.thevpc.nuts.text.NTextStyles styles) |
net.thevpc.nuts.io.NPrintStream |
print(String s) |
net.thevpc.nuts.io.NPrintStream |
print(Temporal d) |
net.thevpc.nuts.io.NPrintStream |
println() |
net.thevpc.nuts.io.NPrintStream |
println(boolean x) |
net.thevpc.nuts.io.NPrintStream |
println(char x) |
net.thevpc.nuts.io.NPrintStream |
println(char[] x) |
net.thevpc.nuts.io.NPrintStream |
println(Date d) |
net.thevpc.nuts.io.NPrintStream |
println(double x) |
net.thevpc.nuts.io.NPrintStream |
println(float x) |
net.thevpc.nuts.io.NPrintStream |
println(int x) |
net.thevpc.nuts.io.NPrintStream |
println(long x) |
net.thevpc.nuts.io.NPrintStream |
println(net.thevpc.nuts.util.NMsg b) |
net.thevpc.nuts.io.NPrintStream |
println(net.thevpc.nuts.text.NText b) |
net.thevpc.nuts.io.NPrintStream |
println(Number d) |
net.thevpc.nuts.io.NPrintStream |
println(Object x) |
net.thevpc.nuts.io.NPrintStream |
println(String x) |
net.thevpc.nuts.io.NPrintStream |
println(Temporal d) |
protected net.thevpc.nuts.io.NPrintStream |
printNull() |
protected net.thevpc.nuts.io.NPrintStream |
printParsed(net.thevpc.nuts.text.NText b) |
net.thevpc.nuts.io.NPrintStream |
resetLine() |
net.thevpc.nuts.io.NPrintStream |
setTerminalMode(net.thevpc.nuts.io.NTerminalMode other) |
String |
toString() |
protected net.thevpc.nuts.text.NTexts |
txt() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected NPrintStreamBase.Bindings bindings
protected OutputStream osWrapper
protected PrintStream psWrapper
protected Writer writerWrapper
protected boolean autoFlash
protected net.thevpc.nuts.spi.NSystemTerminalBase term
public NPrintStreamBase(boolean autoFlash,
net.thevpc.nuts.io.NTerminalMode mode,
NPrintStreamBase.Bindings bindings,
net.thevpc.nuts.spi.NSystemTerminalBase term)
public net.thevpc.nuts.io.NContentMetadata getMetaData()
getMetaData in interface net.thevpc.nuts.io.NContentMetadataProviderprotected abstract net.thevpc.nuts.io.NPrintStream convertImpl(net.thevpc.nuts.io.NTerminalMode other)
public net.thevpc.nuts.io.NPrintStream print(byte[] b)
print in interface net.thevpc.nuts.io.NPrintStreamprotected net.thevpc.nuts.io.NPrintStream printParsed(net.thevpc.nuts.text.NText b)
public net.thevpc.nuts.io.NPrintStream print(net.thevpc.nuts.text.NText b)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(net.thevpc.nuts.util.NMsg b)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(boolean b)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(Boolean b)
print in interface net.thevpc.nuts.io.NPrintStreamprotected net.thevpc.nuts.text.NTexts txt()
public net.thevpc.nuts.io.NPrintStream print(char c)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(int i)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(long l)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(float f)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(double d)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(Number d)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(Temporal d)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(Date d)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(Number d)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(Temporal d)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(Date d)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(char[] s)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(Object obj)
print in interface net.thevpc.nuts.io.NPrintStreamprotected net.thevpc.nuts.io.NPrintStream printNull()
public net.thevpc.nuts.io.NPrintStream println()
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(boolean x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(char x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(net.thevpc.nuts.text.NText b)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(net.thevpc.nuts.util.NMsg b)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(int x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(long x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(float x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(double x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(char[] x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(String x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream println(Object x)
println in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream resetLine()
resetLine in interface net.thevpc.nuts.io.NPrintStreampublic void close()
close in interface AutoCloseableclose in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(CharSequence csq)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(CharSequence csq, int start, int end)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NTerminalMode getTerminalMode()
getTerminalMode in interface net.thevpc.nuts.io.NPrintStreampublic boolean isAutoFlash()
isAutoFlash in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream setTerminalMode(net.thevpc.nuts.io.NTerminalMode other)
setTerminalMode in interface net.thevpc.nuts.io.NPrintStreampublic OutputStream asOutputStream()
asOutputStream in interface net.thevpc.nuts.io.NPrintStreampublic PrintStream asPrintStream()
asPrintStream in interface net.thevpc.nuts.io.NPrintStreampublic Writer asWriter()
asWriter in interface net.thevpc.nuts.io.NPrintStreampublic boolean isNtf()
isNtf in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.spi.NSystemTerminalBase getTerminal()
getTerminal in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(Object text, net.thevpc.nuts.text.NTextStyle style)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(Object text, net.thevpc.nuts.text.NTextStyles styles)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(String s)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(byte[] buf,
int off,
int len)
print in interface net.thevpc.nuts.io.NPrintStreampublic net.thevpc.nuts.io.NPrintStream print(char[] buf,
int off,
int len)
print in interface net.thevpc.nuts.io.NPrintStreamCopyright © 2025 vpc open source initiative. All rights reserved.