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

/libcore/dex/src/main/java/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
102 public Dex(File file) throws IOException { method in class:Dex
122 * transfers ownership of {@code bytes} to the returned Dex: it is an error
125 public static Dex create(ByteBuffer data) throws IOException {
141 return new Dex(data);
581 return new TypeList(Dex
[all...]

Completed in 50 milliseconds