public abstract class DefaultObjectWriterBase<T extends net.thevpc.nuts.text.NObjectWriter> extends DefaultFormatBase0<T> implements net.thevpc.nuts.text.NObjectWriter
| Constructor and Description |
|---|
DefaultObjectWriterBase(String name) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.text.NText |
format(Object aValue) |
String |
formatPlain(Object aValue) |
net.thevpc.nuts.io.NPrintStream |
getValidPrintStream() |
net.thevpc.nuts.io.NPrintStream |
getValidPrintStream(net.thevpc.nuts.io.NPrintStream out) |
void |
print(Object aValue) |
void |
print(Object aValue,
File file) |
void |
print(Object aValue,
net.thevpc.nuts.io.NPath path) |
abstract void |
print(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
void |
print(Object aValue,
net.thevpc.nuts.io.NTerminal terminal) |
void |
print(Object aValue,
OutputStream out) |
void |
print(Object aValue,
Path path) |
void |
print(Object aValue,
Writer out) |
void |
println(Object aValue) |
void |
println(Object aValue,
File file) |
void |
println(Object aValue,
net.thevpc.nuts.io.NPath out) |
void |
println(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
void |
println(Object aValue,
net.thevpc.nuts.io.NTerminal terminal) |
void |
println(Object aValue,
OutputStream out) |
void |
println(Object aValue,
Path path) |
void |
println(Object aValue,
Writer w) |
void |
write(Object aValue) |
void |
write(Object aValue,
File out) |
void |
write(Object aValue,
net.thevpc.nuts.io.NPath out) |
void |
write(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
void |
write(Object aValue,
net.thevpc.nuts.io.NTerminal terminal) |
void |
write(Object aValue,
OutputStream out) |
void |
write(Object aValue,
Path out) |
void |
write(Object aValue,
Writer out) |
void |
writeln(Object aValue) |
void |
writeln(Object aValue,
File out) |
void |
writeln(Object aValue,
net.thevpc.nuts.io.NPath out) |
void |
writeln(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
void |
writeln(Object aValue,
net.thevpc.nuts.io.NTerminal out) |
void |
writeln(Object aValue,
OutputStream out) |
void |
writeln(Object aValue,
Path out) |
void |
writeln(Object aValue,
Writer out) |
configure, getName, isNtf, ntfpublic DefaultObjectWriterBase(String name)
public net.thevpc.nuts.io.NPrintStream getValidPrintStream(net.thevpc.nuts.io.NPrintStream out)
getValidPrintStream in class DefaultFormatBase0<T extends net.thevpc.nuts.text.NObjectWriter>public net.thevpc.nuts.io.NPrintStream getValidPrintStream()
getValidPrintStream in class DefaultFormatBase0<T extends net.thevpc.nuts.text.NObjectWriter>public net.thevpc.nuts.text.NText format(Object aValue)
format in interface net.thevpc.nuts.text.NObjectWriterpublic String formatPlain(Object aValue)
formatPlain in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue)
println in interface net.thevpc.nuts.text.NObjectWriterpublic abstract void print(Object aValue, net.thevpc.nuts.io.NPrintStream out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, Writer out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, OutputStream out)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, Path path)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, net.thevpc.nuts.io.NPath path)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, File file)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void print(Object aValue, net.thevpc.nuts.io.NTerminal terminal)
print in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, Writer w)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, net.thevpc.nuts.io.NPrintStream out)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, OutputStream out)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, Path path)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, net.thevpc.nuts.io.NPath out)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, net.thevpc.nuts.io.NTerminal terminal)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void println(Object aValue, File file)
println in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, net.thevpc.nuts.io.NPrintStream out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, Writer out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, OutputStream out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, Path out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, net.thevpc.nuts.io.NPath out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, File out)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void write(Object aValue, net.thevpc.nuts.io.NTerminal terminal)
write in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, Writer out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, net.thevpc.nuts.io.NPrintStream out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, OutputStream out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, Path out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, net.thevpc.nuts.io.NPath out)
writeln in interface net.thevpc.nuts.text.NObjectWriterpublic void writeln(Object aValue, net.thevpc.nuts.io.NTerminal out)
writeln in interface net.thevpc.nuts.text.NObjectWriterCopyright © 2026 vpc open source initiative. All rights reserved.