public class ExtendedFormatAwarePrintWriter extends PrintWriter implements ExtendedFormatAware, net.thevpc.nuts.NutsSessionAware
out| Constructor and Description |
|---|
ExtendedFormatAwarePrintWriter(OutputStream out) |
ExtendedFormatAwarePrintWriter(OutputStream out,
boolean autoFlush) |
ExtendedFormatAwarePrintWriter(Writer out) |
ExtendedFormatAwarePrintWriter(Writer out,
boolean autoFlush) |
| 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)
public ExtendedFormatAwarePrintWriter(Writer out, boolean autoFlush)
public ExtendedFormatAwarePrintWriter(OutputStream out)
public ExtendedFormatAwarePrintWriter(OutputStream out, boolean autoFlush)
public void setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.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 © 2021 vpc open source initiative. All rights reserved.