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

/openjdk10/jdk/test/javax/sound/sampled/AudioInputStream/
H A Dbug6188860.java78 static class TestInputStream extends InputStream { class in class:bug6188860
82 TestInputStream(byte[] data) { method in class:bug6188860.TestInputStream
/openjdk10/jdk/test/javax/print/PrintSubInputStream/
H A DExample.java125 private static class TestInputStream extends ByteArrayInputStream class in class:Example
127 public TestInputStream(byte [] bytes, int sections) method in class:Example.TestInputStream
/openjdk10/jdk/test/java/io/Serializable/oldTests/
H A DAnnotateClass.java127 class TestInputStream extends ObjectInputStream { class in inherits:ObjectInputStream
129 TestInputStream(InputStream in) throws IOException { method in class:TestInputStream
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/stream/EventsTest/
H A DEventFilterSupportTest.java135 public static class TestInputStream extends InputStream { class in class:EventFilterSupportTest
142 public TestInputStream(int max) { method in class:EventFilterSupportTest.TestInputStream
/openjdk10/jdk/test/java/util/Properties/
H A DLoadAndStoreXML.java86 static class TestInputStream extends ByteArrayInputStream { class in class:LoadAndStoreXML
89 TestInputStream(byte[] buf) { method in class:LoadAndStoreXML.TestInputStream

Completed in 297 milliseconds