Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ close
Method
close
classpath/java/io/RandomAccessFile.java:144–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
int
offset,
int
length);
143
144
public
void
close() throws IOException {
145
if
(peer != 0) {
146
close(peer);
147
peer = 0;
148
}
149
}
150
151
private
static
native
void
close(long peer);
152
Callers
1
refresh
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected