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

Method readByte

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

Returns a byte. @throws IndexOutOfBoundsException if all bytes have been read.

()

Source from the content-addressed store, hash-verified

27 * @throws IndexOutOfBoundsException if all bytes have been read.
28 */
29 byte readByte();
30}

Callers 11

onTransactMethod · 0.65
decodeMethod · 0.65
readSignedLeb128Method · 0.65
readUnsignedLeb128Method · 0.65
readSignedIntMethod · 0.65
readUnsignedIntMethod · 0.65
readSignedLongMethod · 0.65
readUnsignedLongMethod · 0.65
peekMethod · 0.65
transformMethod · 0.65

Implementers 4

Sectiondexfixer/src/com/android/dex/Dex.java
ByteArrayByteInputdexfixer/src/com/android/dex/util/Byte
Sectiondexfixer/src/com/android/dex/TableOfCo
EncodedValueReaderdexfixer/src/com/android/dex/EncodedVa

Calls

no outgoing calls

Tested by

no test coverage detected