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

/openjdk7/jdk/src/share/classes/java/io/
H A DRandomAccessFile.java520 writeBytes0(b, off, len);
527 private native void writeBytes0(byte b[], int off, int len) throws IOException; method in class:RandomAccessFile

Completed in 1644 milliseconds