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

Method natRead

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

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected