Method
natRead
(int socket, byte[] buffer, int offset, int length, boolean blocking)
Source from the content-addressed store, hash-verified
| 206 | private static native void natFinishConnect(int socket) |
| 207 | throws IOException; |
| 208 | private static native int natRead(int socket, byte[] buffer, int offset, int length, boolean blocking) |
| 209 | throws IOException; |
| 210 | private static native int natWrite(int socket, byte[] buffer, int offset, int length, boolean blocking) |
| 211 | throws IOException; |
| 212 | private static native void natThrowWriteError(int socket) throws IOException; |
Tested by
no test coverage detected