Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ isClosed
Method
isClosed
src/bin/io/RandomAccessFile.java:48–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
void
flush() throws IOException;
47
48
boolean isClosed();
49
50
default
void
writeByte(byte b) throws IOException {
51
write(b);
Callers
1
close
Method · 0.65
Implementers
1
BufferedRandomAccessFile
src/bin/io/BufferedRandomAccessFile.ja
Calls
no outgoing calls
Tested by
no test coverage detected