Searched defs:HumanInputStream (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/tools/keytool/
H A DKeyToolTest.java125 HumanInputStream in = new HumanInputStream(input+"X");
1281 // first test if HumanInputStream really acts like a human being
1282 HumanInputStream.test();
1337 * HumanInputStream tries to act like a human sitting in front of a computer
1345 * This is why i create HumanInputStream, which will only send a single line
1349 * I don't know why HumanInputStream works.
1351 class HumanInputStream extends InputStream { class in inherits:InputStream
1358 public HumanInputStream(String input) { method in class:HumanInputStream
1399 throw new RuntimeException("HumanInputStream erro
[all...]

Completed in 45 milliseconds