|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectClassFile | |
|---|---|
| com.android.dx.cf.direct | Implementation of cf.iface.* based on a direct representation
of class files as byte[]s. |
| com.android.dx.command.dump | |
| com.android.dx.dex.cf | Classes for translating Java classfiles into Dalvik classes. |
| Uses of DirectClassFile in com.android.dx.cf.direct |
|---|
| Methods in com.android.dx.cf.direct with parameters of type DirectClassFile | |
|---|---|
Attribute |
AttributeFactory.parse(DirectClassFile cf,
int context,
int offset,
ParseObserver observer)
Parses and makes an attribute based on the bytes at the indicated position in the given array. |
protected Attribute |
AttributeFactory.parse0(DirectClassFile cf,
int context,
String name,
int offset,
int length,
ParseObserver observer)
Parses attribute content. |
protected Attribute |
StdAttributeFactory.parse0(DirectClassFile cf,
int context,
String name,
int offset,
int length,
ParseObserver observer)
Parses attribute content. |
| Constructors in com.android.dx.cf.direct with parameters of type DirectClassFile | |
|---|---|
AnnotationParser(DirectClassFile cf,
int offset,
int length,
ParseObserver observer)
Constructs an instance. |
|
| Uses of DirectClassFile in com.android.dx.command.dump |
|---|
| Fields in com.android.dx.command.dump declared as DirectClassFile | |
|---|---|
protected DirectClassFile |
BlockDumper.classFile
null-ok; the class file object being constructed;
becomes non-null during BlockDumper.dump(byte[], java.io.PrintStream, java.lang.String, boolean, com.android.dx.command.dump.Args) |
| Uses of DirectClassFile in com.android.dx.dex.cf |
|---|
| Methods in com.android.dx.dex.cf with parameters of type DirectClassFile | |
|---|---|
static ClassDefItem |
CfTranslator.translate(DirectClassFile cf,
byte[] bytes,
CfOptions cfOptions,
DexOptions dexOptions,
DexFile dexFile)
Takes a byte[], interprets it as a Java classfile, and
translates it into a ClassDefItem. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||