@Deprecated public static InputStream getStream(Scriptable scope) { ShellConsole console = ShellConsole.getConsole(scope, Charset.defaultCharset()); return (console != null ? console.getIn() : null); }