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

Method write

src/bin/zip/CrcOutputStream.java:19–24  ·  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 os.write(b, off, len);
22 crc32.update(b, off, len);
23 count += len;
24 }
25
26 @Override
27 public void write(int b) throws IOException {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected