MCPcopy 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

_readBytesMethod · 0.65
readBytesMethod · 0.65

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected