public class NutsPrintStreamRaw extends NutsPrintStreamBase
NutsPrintStreamBase.Bindings| Modifier and Type | Field and Description |
|---|---|
protected OutputStream |
out |
autoFlash, bindings, osWrapper, psWrapper, session, writerWrapper| Modifier | Constructor and Description |
|---|---|
|
NutsPrintStreamRaw(OutputStream out,
Boolean autoFlush,
String encoding,
net.thevpc.nuts.NutsSession session,
NutsPrintStreamBase.Bindings bindings,
net.thevpc.nuts.spi.NutsSystemTerminalBase term) |
protected |
NutsPrintStreamRaw(OutputStream out,
PrintStream base,
Boolean autoFlush,
net.thevpc.nuts.NutsTerminalMode mode,
net.thevpc.nuts.NutsSession session,
NutsPrintStreamBase.Bindings bindings,
net.thevpc.nuts.spi.NutsSystemTerminalBase term) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsPrintStream |
close() |
protected net.thevpc.nuts.NutsPrintStream |
convertImpl(net.thevpc.nuts.NutsTerminalMode other) |
net.thevpc.nuts.NutsPrintStream |
flush() |
PrintStream |
getBase() |
net.thevpc.nuts.NutsPrintStream |
print(char[] s) |
net.thevpc.nuts.NutsPrintStream |
print(String s) |
net.thevpc.nuts.NutsPrintStream |
run(net.thevpc.nuts.NutsTerminalCommand command,
net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPrintStream |
setSession(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPrintStream |
write(byte[] buf,
int off,
int len) |
net.thevpc.nuts.NutsPrintStream |
write(char[] s,
int off,
int len) |
net.thevpc.nuts.NutsPrintStream |
write(int b) |
append, append, append, asOutputStream, asPrintStream, asWriter, format, format, getFormattedName, getSession, getStreamMetadata, getTerminal, isAutoFlash, isNtf, mode, print, print, print, print, print, print, print, print, printf, printf, printf, printj, println, println, println, println, println, println, println, println, println, println, println, printlnf, printlnf, resetLine, setFormattedName, setMode, toString, write, writeprotected OutputStream out
protected NutsPrintStreamRaw(OutputStream out, PrintStream base, Boolean autoFlush, net.thevpc.nuts.NutsTerminalMode mode, net.thevpc.nuts.NutsSession session, NutsPrintStreamBase.Bindings bindings, net.thevpc.nuts.spi.NutsSystemTerminalBase term)
public NutsPrintStreamRaw(OutputStream out, Boolean autoFlush, String encoding, net.thevpc.nuts.NutsSession session, NutsPrintStreamBase.Bindings bindings, net.thevpc.nuts.spi.NutsSystemTerminalBase term)
public PrintStream getBase()
public net.thevpc.nuts.NutsPrintStream flush()
public net.thevpc.nuts.NutsPrintStream close()
public net.thevpc.nuts.NutsPrintStream write(int b)
public net.thevpc.nuts.NutsPrintStream write(byte[] buf,
int off,
int len)
public net.thevpc.nuts.NutsPrintStream write(char[] s,
int off,
int len)
public net.thevpc.nuts.NutsPrintStream print(String s)
public net.thevpc.nuts.NutsPrintStream setSession(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsPrintStream run(net.thevpc.nuts.NutsTerminalCommand command,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsPrintStream print(char[] s)
print in interface net.thevpc.nuts.NutsPrintStreamprint in class NutsPrintStreamBaseprotected net.thevpc.nuts.NutsPrintStream convertImpl(net.thevpc.nuts.NutsTerminalMode other)
convertImpl in class NutsPrintStreamBaseCopyright © 2022 vpc open source initiative. All rights reserved.