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

Method writeByte

dexfixer/src/com/android/dex/util/ByteOutput.java:29–29  ·  view source on GitHub ↗

Writes a byte. @throws IndexOutOfBoundsException if all bytes have been written.

(int i)

Source from the content-addressed store, hash-verified

27 * @throws IndexOutOfBoundsException if all bytes have been written.
28 */
29 void writeByte(int i);
30}

Callers 6

writeUnsignedLeb128Method · 0.65
writeSignedLeb128Method · 0.65
writeToMethod · 0.65

Implementers 3

Sectiondexfixer/src/com/android/dex/Dex.java
ByteArrayAnnotatedOutputdexfixer/src/com/android/dx/util/ByteA
Sectiondexfixer/src/com/android/dex/TableOfCo

Calls

no outgoing calls

Tested by

no test coverage detected