Package org.jf.dexlib2.dexbacked
Class OatFile.SectionHeader64Bit
java.lang.Object
org.jf.dexlib2.dexbacked.OatFile.SectionHeader
org.jf.dexlib2.dexbacked.OatFile.SectionHeader64Bit
- Enclosing class:
OatFile
-
Field Summary
Fields inherited from class org.jf.dexlib2.dexbacked.OatFile.SectionHeader
offset, TYPE_DYNAMIC_SYMBOL_TABLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.dexlib2.dexbacked.OatFile.SectionHeader
getName, getType
-
Constructor Details
-
SectionHeader64Bit
public SectionHeader64Bit(int offset)
-
-
Method Details
-
getAddress
public long getAddress()- Specified by:
getAddressin classOatFile.SectionHeader
-
getOffset
public int getOffset()- Specified by:
getOffsetin classOatFile.SectionHeader
-
getSize
public int getSize()- Specified by:
getSizein classOatFile.SectionHeader
-
getLink
public int getLink()- Specified by:
getLinkin classOatFile.SectionHeader
-
getEntrySize
public int getEntrySize()- Specified by:
getEntrySizein classOatFile.SectionHeader
-