HomeSort by relevance Sort by last modified time
    Searched defs:DexBuffer (Results 1 - 3 of 3) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 26 public final class DexBuffer {
30 public DexBuffer(String fileName) throws IOException {
53 public DexBuffer(byte[] bytes) {
57 private DexBuffer(ByteBuffer slice) {
168 public DexBuffer createCopy() {
169 return new DexBuffer(b.duplicate());
  /dalvik/dx/src/com/android/dx/io/
DexBuffer.java 50 public final class DexBuffer {
122 public DexBuffer() {
130 public DexBuffer(byte[] data) throws IOException {
139 public DexBuffer(InputStream in) throws IOException {
146 public DexBuffer(File file) throws IOException {
259 private DexBuffer.Section in = open(tableOfContents.classDefs.off);
376 return new TypeList(DexBuffer.this, types);
402 return new FieldId(DexBuffer.this, declaringClassIndex, typeIndex, nameIndex);
409 return new MethodId(DexBuffer.this, declaringClassIndex, protoIndex, nameIndex);
416 return new ProtoId(DexBuffer.this, shortyIndex, returnTypeIndex, parametersOffset)
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 39 milliseconds