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

/dalvik/dx/src/com/android/dex/
H A DDex.java51 public final class Dex { class
74 public Dex(byte[] data) throws IOException { method in class:Dex
78 private Dex(ByteBuffer data) throws IOException { method in class:Dex
87 public Dex(int byteCount) throws IOException { method in class:Dex
95 public Dex(InputStream in) throws IOException { method in class:Dex
106 public Dex(File file) throws IOException { method in class:Dex
397 return new TypeList(Dex.this, types);
426 return new FieldId(Dex.this, declaringClassIndex, typeIndex, nameIndex);
433 return new MethodId(Dex.this, declaringClassIndex, protoIndex, nameIndex);
440 return new ProtoId(Dex
[all...]

Completed in 47 milliseconds