MCPcopy Create free account
hub / github.com/ReadyTalk/avian / natWrite

Method natWrite

classpath/java/nio/channels/SocketChannel.java:210–211  ·  view source on GitHub ↗
(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}

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected