Package jadx.plugins.input.dex.sections
Class DexHeader
- java.lang.Object
-
- jadx.plugins.input.dex.sections.DexHeader
-
public class DexHeader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DexHeader(SectionReader buf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCallSiteOff()intgetClassDefsOff()intgetClassDefsSize()intgetFieldIdsOff()intgetFieldIdsSize()intgetMethodHandleOff()intgetMethodIdsOff()intgetMethodIdsSize()intgetProtoIdsOff()intgetProtoIdsSize()intgetStringIdsOff()intgetTypeIdsOff()intgetTypeIdsSize()java.lang.StringgetVersion()
-
-
-
Constructor Detail
-
DexHeader
public DexHeader(SectionReader buf)
-
-
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()
-
-