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

Method read

src/bin/zip/BridgeInputStream.java:22–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 public int read() throws IOException {
23 if (remaining-- <= 0) {
24 return -1;
25 }
26 synchronized (archive) {
27 archive.seek(loc++);
28 return archive.read();
29 }
30 }
31
32 @Override
33 public int available() {

Callers

nothing calls this directly

Calls 2

seekMethod · 0.65
readMethod · 0.65

Tested by

no test coverage detected