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

/openjdk7/jdk/test/javax/print/PrintSubInputStream/
H A DExample.java122 return new TestInputStream(bytes, num_sections);
125 private static class TestInputStream extends ByteArrayInputStream class in class:Example
127 public TestInputStream(byte [] bytes, int sections) method in class:Example.TestInputStream
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DAnnotateClass.java52 TestInputStream q = new TestInputStream(istream);
103 * that must be verified by the TestInputStream.
127 class TestInputStream extends ObjectInputStream { class in inherits:ObjectInputStream
129 TestInputStream(InputStream in) throws IOException { method in class:TestInputStream

Completed in 34 milliseconds