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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DIOUtil.java192 return readIntoNativeBuffer(fd, dst, position, nd);
197 int n = readIntoNativeBuffer(fd, bb, position, nd);
207 private static int readIntoNativeBuffer(FileDescriptor fd, ByteBuffer bb, method in class:IOUtil

Completed in 278 milliseconds