Searched defs:Dex (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dex/
H A DDex.java52 public final class Dex { class
75 public Dex(byte[] data) throws IOException { method in class:Dex
79 private Dex(ByteBuffer data) throws IOException { method in class:Dex
88 public Dex(int byteCount) throws IOException { method in class:Dex
96 public Dex(InputStream in) throws IOException { method in class:Dex
107 public Dex(File file) throws IOException { method in class:Dex
398 return new TypeList(Dex.this, types);
427 return new FieldId(Dex.this, declaringClassIndex, typeIndex, nameIndex);
434 return new MethodId(Dex.this, declaringClassIndex, protoIndex, nameIndex);
441 return new ProtoId(Dex
[all...]

Completed in 31 milliseconds