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

/openjdk7/jdk/test/java/nio/file/Files/
H A DBytesAndLines.java42 testReadAndWriteBytes();
50 static void testReadAndWriteBytes() throws IOException { method in class:BytesAndLines
52 testReadAndWriteBytes(0);
54 testReadAndWriteBytes(rand.nextInt(32000));
88 static void testReadAndWriteBytes(int size) throws IOException { method in class:BytesAndLines

Completed in 28 milliseconds