Class DexFileWriter

java.lang.Object
com.googlecode.d2j.visitors.DexFileVisitor
com.googlecode.d2j.dex.writer.DexFileWriter

public class DexFileWriter extends com.googlecode.d2j.visitors.DexFileVisitor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class com.googlecode.d2j.visitors.DexFileVisitor

    visitor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    static void
    updateChecksum(ByteBuffer buffer, int size)
     
    com.googlecode.d2j.visitors.DexClassVisitor
    visit(int accessFlags, String name, String superClass, String[] itfClass)
     

    Methods inherited from class com.googlecode.d2j.visitors.DexFileVisitor

    visitDexFileVersion, visitEnd

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • DexFileWriter

      public DexFileWriter()
  • Method Details

    • toByteArray

      public byte[] toByteArray()
    • updateChecksum

      public static void updateChecksum(ByteBuffer buffer, int size)
    • visit

      public com.googlecode.d2j.visitors.DexClassVisitor visit(int accessFlags, String name, String superClass, String[] itfClass)
      Overrides:
      visit in class com.googlecode.d2j.visitors.DexFileVisitor