public class ExtendedFormatAwarePrintWriter extends PrintWriter implements ExtendedFormatAware
out| Constructor and Description |
|---|
ExtendedFormatAwarePrintWriter(OutputStream out,
boolean autoFlush,
NSystemTerminalBase term,
NWorkspace workspace) |
ExtendedFormatAwarePrintWriter(OutputStream out,
NSystemTerminalBase term,
NWorkspace workspace) |
ExtendedFormatAwarePrintWriter(Writer out,
boolean autoFlush,
NSystemTerminalBase term,
NWorkspace workspace) |
ExtendedFormatAwarePrintWriter(Writer out,
NSystemTerminalBase term,
NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedFormatAware |
convert(NTerminalModeOp other) |
void |
flush() |
ExtendedFormatAwarePrintWriter |
format(Locale l,
String format,
Object... args) |
PrintWriter |
format(String format,
Object... args) |
NTerminalModeOp |
getModeOp() |
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, NSystemTerminalBase term, NWorkspace workspace)
public ExtendedFormatAwarePrintWriter(Writer out, boolean autoFlush, NSystemTerminalBase term, NWorkspace workspace)
public ExtendedFormatAwarePrintWriter(OutputStream out, NSystemTerminalBase term, NWorkspace workspace)
public ExtendedFormatAwarePrintWriter(OutputStream out, boolean autoFlush, NSystemTerminalBase term, NWorkspace workspace)
public NTerminalModeOp getModeOp()
getModeOp in interface ExtendedFormatAwarepublic ExtendedFormatAware convert(NTerminalModeOp 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 © 2025 vpc open source initiative. All rights reserved.