Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ readFully
Method
readFully
src/bin/io/RandomAccessFile.java:24–24 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
22
int
read(byte[] data,
int
off,
int
len) throws IOException;
23
24
void
readFully(byte[] data) throws IOException;
25
26
void
readFully(byte[] data,
int
off,
int
len) throws IOException;
27
Callers
2
_readBytes
Method · 0.65
readBytes
Method · 0.65
Implementers
1
BufferedRandomAccessFile
src/bin/io/BufferedRandomAccessFile.ja
Calls
no outgoing calls
Tested by
no test coverage detected