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

Method getByte0

dexfixer/src/com/android/dx/util/ByteArray.java:232–234  ·  view source on GitHub ↗

Gets the signed byte value at the given offset, without doing any argument checking. @param off offset to fetch @return byte at that offset

(int off)

Source from the content-addressed store, hash-verified

230 * @return byte at that offset
231 */
232 private int getByte0(int off) {
233 return bytes[start + off];
234 }
235
236 /**
237 * Gets the {@code unsigned byte} value at the given offset,

Callers 4

getByteMethod · 0.95
getShortMethod · 0.95
getIntMethod · 0.95
getLongMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected