Uses of Class
com.android.dx.io.DexBuffer

Packages that use DexBuffer
com.android.dx.command.findusages   
com.android.dx.command.grep   
com.android.dx.dex   
com.android.dx.io   
com.android.dx.merge   
 

Uses of DexBuffer in com.android.dx.command.findusages
 

Constructors in com.android.dx.command.findusages with parameters of type DexBuffer
FindUsages(DexBuffer dex, String declaredBy, String memberName, PrintWriter out)
           
 

Uses of DexBuffer in com.android.dx.command.grep
 

Constructors in com.android.dx.command.grep with parameters of type DexBuffer
Grep(DexBuffer dex, Pattern pattern, PrintWriter out)
           
 

Uses of DexBuffer in com.android.dx.dex
 

Methods in com.android.dx.dex with parameters of type DexBuffer
 void TableOfContents.readFrom(DexBuffer buffer)
           
 

Uses of DexBuffer in com.android.dx.io
 

Methods in com.android.dx.io with parameters of type DexBuffer
 int DexHasher.computeChecksum(DexBuffer dex)
          Returns the checksum of all but the first 12 bytes of dex.
 byte[] DexHasher.computeSignature(DexBuffer dex)
          Returns the signature of all but the first 32 bytes of dex.
 void DexHasher.writeHashes(DexBuffer dex)
          Generates the signature and checksum of the dex file out and writes them to the file.
 

Constructors in com.android.dx.io with parameters of type DexBuffer
Annotation(DexBuffer buffer, byte visibility, int typeIndex, int[] names, EncodedValue[] values)
           
ClassDef(DexBuffer buffer, int offset, int typeIndex, int accessFlags, int supertypeIndex, int interfacesOffset, int sourceFileIndex, int annotationsOffset, int classDataOffset, int staticValuesOffset)
           
FieldId(DexBuffer buffer, int declaringClassIndex, int typeIndex, int nameIndex)
           
MethodId(DexBuffer buffer, int declaringClassIndex, int protoIndex, int nameIndex)
           
ProtoId(DexBuffer buffer, int shortyIndex, int returnTypeIndex, int parametersOffset)
           
 

Uses of DexBuffer in com.android.dx.merge
 

Methods in com.android.dx.merge that return DexBuffer
 DexBuffer DexMerger.merge()
           
 

Constructors in com.android.dx.merge with parameters of type DexBuffer
DexMerger(DexBuffer dexA, DexBuffer dexB, CollisionPolicy collisionPolicy)
           
IndexMap(DexBuffer target, TableOfContents tableOfContents)
           
TypeList(DexBuffer buffer, short[] types)
           
 



Copyright © 2012. All Rights Reserved.