Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ read
Method
read
src/bin/io/RandomAccessFile.java:18–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
void
write(byte[] data,
int
off,
int
len) throws IOException;
17
18
int
read() throws IOException;
19
20
int
read(byte[] data) throws IOException;
21
Callers
nothing calls this directly
Implementers
1
BufferedRandomAccessFile
src/bin/io/BufferedRandomAccessFile.ja
Calls
no outgoing calls
Tested by
no test coverage detected