public class BaseDexBuffer
extends java.lang.Object
| Constructor and Description |
|---|
BaseDexBuffer(byte[] buf) |
BaseDexBuffer(byte[] buf,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getBaseOffset() |
protected byte[] |
getBuf() |
int |
readByte(int offset) |
BaseDexReader |
readerAt(int offset) |
int |
readInt(int offset) |
long |
readLong(int offset) |
int |
readLongAsSmallUint(int offset) |
int |
readOptionalUint(int offset) |
int |
readShort(int offset) |
int |
readSmallUint(int offset) |
int |
readUbyte(int offset) |
int |
readUshort(int offset) |
public BaseDexBuffer(@Nonnull
byte[] buf)
public BaseDexBuffer(@Nonnull
byte[] buf,
int offset)
public int readSmallUint(int offset)
public int readOptionalUint(int offset)
public int readUshort(int offset)
public int readUbyte(int offset)
public long readLong(int offset)
public int readLongAsSmallUint(int offset)
public int readInt(int offset)
public int readShort(int offset)
public int readByte(int offset)
@Nonnull public BaseDexReader readerAt(int offset)
@Nonnull protected byte[] getBuf()
protected int getBaseOffset()