Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ throwIOException
Function
throwIOException
classpath/java-nio.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void throwIOException(JNIEnv* e, const char* s)
111
{
112
throwNew(e,
"java/io/IOException"
, s);
113
}
114
115
void throwIOException(JNIEnv* e, jbyteArray a)
116
{
Callers
15
setBlocking
Function · 0.85
doBind
Function · 0.85
doListen
Function · 0.85
doFinishConnect
Function · 0.85
doConnect
Function · 0.85
doAccept
Function · 0.85
makeSocket
Function · 0.85
Java_java_nio_channels_SocketChannel_natRead
Function · 0.85
Java_java_nio_channels_DatagramChannel_receive
Function · 0.85
Java_java_nio_channels_SocketChannel_natWrite
Function · 0.85
Java_java_nio_channels_DatagramChannel_send
Function · 0.85
Java_java_nio_channels_SocketChannel_natThrowWriteError
Function · 0.85
Calls
4
free
Function · 0.85
errorString
Function · 0.85
throwNew
Function · 0.70
allocate
Function · 0.70
Tested by
no test coverage detected