MCPcopy Create free account
hub / github.com/beanshell/beanshell / available

Method available

src/bsh/Interpreter.java:404–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402 {
403 src = new FilterInputStream(System.in) {
404 public int available() throws IOException {
405 return 0;
406 }
407 };
408 }
409 else

Callers 1

sendFileDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected