public interface ConsoleIfc
| Modifier and Type | Method and Description |
|---|---|
String |
readLine() |
String |
readLine(String label) |
char[] |
readPassword(String label) |
void |
writeLine(Object obj) |
void |
writeLine(String format,
Object... args) |
Copyright © 2020 Tigase. All rights reserved.