Class DexHeader


  • public class DexHeader
    extends java.lang.Object
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
      • getClassDefsSize

        public int getClassDefsSize()
      • getClassDefsOff

        public int getClassDefsOff()
      • getStringIdsOff

        public int getStringIdsOff()
      • getTypeIdsOff

        public int getTypeIdsOff()
      • getTypeIdsSize

        public int getTypeIdsSize()
      • getFieldIdsSize

        public int getFieldIdsSize()
      • getFieldIdsOff

        public int getFieldIdsOff()
      • getProtoIdsSize

        public int getProtoIdsSize()
      • getProtoIdsOff

        public int getProtoIdsOff()
      • getMethodIdsOff

        public int getMethodIdsOff()
      • getMethodIdsSize

        public int getMethodIdsSize()
      • getCallSiteOff

        public int getCallSiteOff()
      • getMethodHandleOff

        public int getMethodHandleOff()