MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / _readBytes

Method _readBytes

src/bin/zip/ZipFile.java:286–290  ·  view source on GitHub ↗
(int len)

Source from the content-addressed store, hash-verified

284 }
285
286 private byte[] _readBytes(int len) throws IOException {
287 byte[] bytes = new byte[len];
288 archive.readFully(bytes);
289 return bytes;
290 }
291
292 private int _readInt() throws IOException {
293 int ch1 = archive.read();

Callers 2

readEntriesMethod · 0.95
readEocdRecordMethod · 0.95

Calls 1

readFullyMethod · 0.65

Tested by

no test coverage detected