true as the value to noEcho. noEcho is a hint and not guaranteed to work since some implementations (like the Java-only fallback implementation) will not be able to stop the console from echoing input.
@param noEcho if true, the implementation should try to not echo the input to the console
@return the line read from the console input
@throws IOException if failed to read console input
| |
| |
| |