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

/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java72 testCopyInputStreamToFile();
952 static void testCopyInputStreamToFile() throws IOException { method in class:CopyAndMove
953 testCopyInputStreamToFile(0);
955 testCopyInputStreamToFile(rand.nextInt(32000));
1000 static void testCopyInputStreamToFile(int size) throws IOException { method in class:CopyAndMove

Completed in 22 milliseconds