Searched refs:readIntoNativeBuffer (Results 1 – 1 of 1) sorted by relevance
192 return readIntoNativeBuffer(fd, dst, position, nd); in read()197 int n = readIntoNativeBuffer(fd, bb, position, nd); in read()207 private static int readIntoNativeBuffer(FileDescriptor fd, ByteBuffer bb, in readIntoNativeBuffer() method in IOUtil