(long lpszPath, long buffer, int len)
| 685 | private native static long readIntAsUnsignedLong(int fd, long offset); |
| 686 | |
| 687 | private static native int readLink0(long lpszPath, long buffer, int len); |
| 688 | |
| 689 | private native static byte readNonNegativeByte(int fd, long offset); |
| 690 |