public class ExtendedFormatAwarePrintWriter extends PrintWriter implements ExtendedFormatAware, net.thevpc.nuts.spi.NutsSessionAware
out| Constructor and Description |
|---|
ExtendedFormatAwarePrintWriter(OutputStream out,
boolean autoFlush,
net.thevpc.nuts.spi.NutsSystemTerminalBase term,
net.thevpc.nuts.NutsSession session) |
ExtendedFormatAwarePrintWriter(OutputStream out,
net.thevpc.nuts.spi.NutsSystemTerminalBase term,
net.thevpc.nuts.NutsSession session) |
ExtendedFormatAwarePrintWriter(Writer out,
boolean autoFlush,
net.thevpc.nuts.spi.NutsSystemTerminalBase term,
net.thevpc.nuts.NutsSession session) |
ExtendedFormatAwarePrintWriter(Writer out,
net.thevpc.nuts.spi.NutsSystemTerminalBase term,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedFormatAware |
convert(NutsTerminalModeOp other) |
void |
flush() |
ExtendedFormatAwarePrintWriter |
format(Locale l,
String format,
Object... args) |
PrintWriter |
format(String format,
Object... args) |
NutsTerminalModeOp |
getModeOp() |
void |
setSession(net.thevpc.nuts.NutsSession session) |
append, append, append, checkError, clearError, close, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, writepublic ExtendedFormatAwarePrintWriter(Writer out, net.thevpc.nuts.spi.NutsSystemTerminalBase term, net.thevpc.nuts.NutsSession session)
public ExtendedFormatAwarePrintWriter(Writer out, boolean autoFlush, net.thevpc.nuts.spi.NutsSystemTerminalBase term, net.thevpc.nuts.NutsSession session)
public ExtendedFormatAwarePrintWriter(OutputStream out, net.thevpc.nuts.spi.NutsSystemTerminalBase term, net.thevpc.nuts.NutsSession session)
public ExtendedFormatAwarePrintWriter(OutputStream out, boolean autoFlush, net.thevpc.nuts.spi.NutsSystemTerminalBase term, net.thevpc.nuts.NutsSession session)
public void setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.spi.NutsSessionAwarepublic NutsTerminalModeOp getModeOp()
getModeOp in interface ExtendedFormatAwarepublic ExtendedFormatAware convert(NutsTerminalModeOp other)
convert in interface ExtendedFormatAwarepublic void flush()
flush in interface Flushableflush in class PrintWriterpublic PrintWriter format(String format, Object... args)
format in class PrintWriterpublic ExtendedFormatAwarePrintWriter format(Locale l, String format, Object... args)
format in class PrintWriterCopyright © 2022 vpc open source initiative. All rights reserved.