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

Method _writeBytes

src/bin/zip/ZipMaker.java:498–501  ·  view source on GitHub ↗
(byte[] data)

Source from the content-addressed store, hash-verified

496 }
497
498 private void _writeBytes(byte[] data) throws IOException {
499 if (data.length > 0)
500 archive.write(data);
501 }
502
503 private void _writeShort(int v) throws IOException {
504 archive.write(v & 0xFF);

Callers 3

writeHeaderMethod · 0.95

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected