public class UnmodifiableTerminal extends AbstractNTerminal
| Modifier and Type | Field and Description |
|---|---|
protected CProgressBar |
progressBar |
| Constructor and Description |
|---|
UnmodifiableTerminal(net.thevpc.nuts.io.NTerminal base) |
| Modifier and Type | Method and Description |
|---|---|
<T> net.thevpc.nuts.io.NAsk<T> |
ask() |
net.thevpc.nuts.io.NTerminal |
copy() |
net.thevpc.nuts.io.NPrintStream |
err() |
void |
err(net.thevpc.nuts.io.NPrintStream out) |
net.thevpc.nuts.io.NTerminal |
getBase() |
InputStream |
in() |
void |
in(InputStream in) |
net.thevpc.nuts.io.NPrintStream |
out() |
void |
out(net.thevpc.nuts.io.NPrintStream out) |
net.thevpc.nuts.io.NTerminal |
printProgress(float progress,
net.thevpc.nuts.text.NMsg message) |
String |
readLine(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.text.NMsg message) |
char[] |
readPassword(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.text.NMsg prompt) |
printProgress, readLine, readPasswordprotected CProgressBar progressBar
public UnmodifiableTerminal(net.thevpc.nuts.io.NTerminal base)
public String readLine(net.thevpc.nuts.io.NPrintStream out, net.thevpc.nuts.text.NMsg message)
public char[] readPassword(net.thevpc.nuts.io.NPrintStream out,
net.thevpc.nuts.text.NMsg prompt)
public InputStream in()
public void in(InputStream in)
public net.thevpc.nuts.io.NPrintStream out()
public void out(net.thevpc.nuts.io.NPrintStream out)
public net.thevpc.nuts.io.NPrintStream err()
public void err(net.thevpc.nuts.io.NPrintStream out)
public net.thevpc.nuts.io.NTerminal copy()
public <T> net.thevpc.nuts.io.NAsk<T> ask()
public net.thevpc.nuts.io.NTerminal printProgress(float progress,
net.thevpc.nuts.text.NMsg message)
public net.thevpc.nuts.io.NTerminal getBase()
Copyright © 2026 vpc open source initiative. All rights reserved.