Class CliCodedIndexUtils
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.indexes.CliCodedIndexUtils
- Direct Known Subclasses:
CliIndexMemberRefParent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getRowIndex
(int codedIndex, int bitsUsed) static CliTypeTable
getTableName
(int codedIndex, int bitsUsed, CliTypeTable[] tables) static int
readCodedIndex
(BinaryReader reader, CliStreamMetadata stream, int bitsUsed, CliTypeTable[] tables) static DataType
toDataType
(CliStreamMetadata stream, int bitsUsed, CliTypeTable[] tables)
-
Constructor Details
-
CliCodedIndexUtils
public CliCodedIndexUtils()
-
-
Method Details
-
toDataType
-
getTableName
public static CliTypeTable getTableName(int codedIndex, int bitsUsed, CliTypeTable[] tables) throws InvalidInputException - Throws:
InvalidInputException
-
getRowIndex
public static int getRowIndex(int codedIndex, int bitsUsed) -
readCodedIndex
public static int readCodedIndex(BinaryReader reader, CliStreamMetadata stream, int bitsUsed, CliTypeTable[] tables) throws IOException - Throws:
IOException
-