Method
natWrite
(int socket, byte[] buffer, int offset, int length, boolean blocking)
Source from the content-addressed store, hash-verified
| 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; |
| 213 | private static native void natCloseSocket(int socket); |
| 214 | } |
Tested by
no test coverage detected