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

Method write

src/bin/zip/BridgeOutputStream.java:19–25  ·  view source on GitHub ↗
(byte[] b, int off, int len)

Source from the content-addressed store, hash-verified

17 }
18
19 @Override
20 public void write(byte[] b, int off, int len) throws IOException {
21 if (len > 0) {
22 archive.write(b, off, len);
23 count += len;
24 }
25 }
26
27 @Override
28 public void write(int b) throws IOException {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected