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

/openjdk7/jdk/test/java/io/FileInputStream/
H A DFinalizeShdCallClose.java40 public static class MyStream extends FileInputStream { class in class:FinalizeShdCallClose
43 public MyStream(String name) throws FileNotFoundException { method in class:FinalizeShdCallClose.MyStream
77 MyStream ms = null;
79 ms = new MyStream(name);
86 throw new Exception("MyStream.close() method is not called");
/openjdk7/jdk/test/java/io/FileOutputStream/
H A DFinalizeShdCallClose.java40 public static class MyStream extends FileOutputStream { class in class:FinalizeShdCallClose
43 public MyStream(String name) throws FileNotFoundException { method in class:FinalizeShdCallClose.MyStream
77 MyStream ms = null;
79 ms = new MyStream(name);
86 throw new Exception("MyStream.close() method is not called");

Completed in 599 milliseconds