public abstract class DefaultFormatBase<T extends net.thevpc.nuts.format.NFormat> extends DefaultFormatBase0<T> implements net.thevpc.nuts.format.NFormat
| Constructor and Description |
|---|
DefaultFormatBase(String name) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.text.NText |
format() |
String |
formatPlain() |
net.thevpc.nuts.io.NPrintStream |
getValidPrintStream() |
net.thevpc.nuts.io.NPrintStream |
getValidPrintStream(net.thevpc.nuts.io.NPrintStream out) |
void |
print() |
void |
print(File file) |
void |
print(net.thevpc.nuts.io.NPath path) |
abstract void |
print(net.thevpc.nuts.io.NPrintStream out) |
void |
print(net.thevpc.nuts.io.NTerminal terminal) |
void |
print(OutputStream out) |
void |
print(Path path) |
void |
print(Writer out) |
void |
println() |
void |
println(File file) |
void |
println(net.thevpc.nuts.io.NPath out) |
void |
println(net.thevpc.nuts.io.NPrintStream out) |
void |
println(net.thevpc.nuts.io.NTerminal terminal) |
void |
println(OutputStream out) |
void |
println(Path path) |
void |
println(Writer w) |
String |
toString() |
configure, getName, isNtf, setNtfclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultFormatBase(String name)
public net.thevpc.nuts.io.NPrintStream getValidPrintStream(net.thevpc.nuts.io.NPrintStream out)
getValidPrintStream in class DefaultFormatBase0<T extends net.thevpc.nuts.format.NFormat>public net.thevpc.nuts.io.NPrintStream getValidPrintStream()
getValidPrintStream in class DefaultFormatBase0<T extends net.thevpc.nuts.format.NFormat>public net.thevpc.nuts.text.NText format()
format in interface net.thevpc.nuts.format.NFormatpublic String formatPlain()
formatPlain in interface net.thevpc.nuts.format.NFormatpublic void print()
print in interface net.thevpc.nuts.format.NFormatpublic void println()
println in interface net.thevpc.nuts.format.NFormatpublic abstract void print(net.thevpc.nuts.io.NPrintStream out)
print in interface net.thevpc.nuts.format.NFormatpublic void print(Writer out)
print in interface net.thevpc.nuts.format.NFormatpublic void print(OutputStream out)
print in interface net.thevpc.nuts.format.NFormatpublic void print(Path path)
print in interface net.thevpc.nuts.format.NFormatpublic void print(net.thevpc.nuts.io.NPath path)
print in interface net.thevpc.nuts.format.NFormatpublic void print(File file)
print in interface net.thevpc.nuts.format.NFormatpublic void print(net.thevpc.nuts.io.NTerminal terminal)
print in interface net.thevpc.nuts.format.NFormatpublic void println(Writer w)
println in interface net.thevpc.nuts.format.NFormatpublic void println(net.thevpc.nuts.io.NPrintStream out)
println in interface net.thevpc.nuts.format.NFormatpublic void println(OutputStream out)
println in interface net.thevpc.nuts.format.NFormatpublic void println(Path path)
println in interface net.thevpc.nuts.format.NFormatpublic void println(net.thevpc.nuts.io.NPath out)
println in interface net.thevpc.nuts.format.NFormatpublic void println(net.thevpc.nuts.io.NTerminal terminal)
println in interface net.thevpc.nuts.format.NFormatpublic void println(File file)
println in interface net.thevpc.nuts.format.NFormatCopyright © 2025 vpc open source initiative. All rights reserved.