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

/openjdk7/jdk/test/sun/nio/cs/
H A DReadZero.java35 r.testInputStream();
38 private void testInputStream() throws IOException { method in class:ReadZero
/openjdk7/jdk/test/java/io/InputStream/
H A DOpsAfterClose.java129 if (testInputStream(fis)) {
142 if (testInputStream(bs)) {
152 if (testInputStream(dis)) {
161 if (testInputStream(pbis)) {
170 if (testInputStream(pis)) {
181 if (testInputStream(sqis)) {
193 if (testInputStream(ois)) {
205 private static boolean testInputStream(InputStream is) method in class:OpsAfterClose

Completed in 60 milliseconds