Searched refs:GoodOIS2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/auditStreamSubclass/
H A DAuditStreamSubclass.java62 class GoodOIS2 extends GoodOIS1 { class in inherits:GoodOIS1
63 GoodOIS2(InputStream in) throws IOException { super(in); } method in class:GoodOIS2
100 new GoodOIS2(new ByteArrayInputStream(buf));

Completed in 676 milliseconds