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

Method send

classpath/java/net/Socket.java:50–50  ·  view source on GitHub ↗
(/* SOCKET */long sock, byte[] buffer, int start_pos, int count)

Source from the content-addressed store, hash-verified

48 private static native void bind(/* SOCKET */long sock, long addr, short port) throws IOException;
49
50 private static native void send(/* SOCKET */long sock, byte[] buffer, int start_pos, int count) throws IOException;
51 private static native int recv(/* SOCKET */long sock, byte[] buffer, int start_pos, int count) throws IOException;
52
53 private static native void abort(/* SOCKET */long sock);

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected