MCPcopy Create free account
hub / github.com/Youlor/unpacker / write

Method write

dexfixer/src/com/android/dx/util/Output.java:98–98  ·  view source on GitHub ↗

Writes a ByteArray to this instance. @param bytes non-null; the array to write

(ByteArray bytes)

Source from the content-addressed store, hash-verified

96 * @param bytes {@code non-null;} the array to write
97 */
98 public void write(ByteArray bytes);
99
100 /**
101 * Writes a portion of a {@code byte[]} to this instance.

Callers 15

runMethod · 0.65
doFullBackupMethod · 0.65
restoreFileMethod · 0.65
deflateMethod · 0.65
inflateMethod · 0.65
emitAlignFunction · 0.65
loadAndEmitOpcodesFunction · 0.65
loadAndEmitAltOpcodesFunction · 0.65
emitFallbackFunction · 0.65
emitAsmHeaderFunction · 0.65
emitAsmStubFunction · 0.65

Implementers 1

ByteArrayAnnotatedOutputdexfixer/src/com/android/dx/util/ByteA

Calls

no outgoing calls

Tested by

no test coverage detected