Class CliIndexResolutionScope
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.tables.indexes.CliIndexResolutionScope
-
public class CliIndexResolutionScope extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CliIndexResolutionScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getRowIndex(int codedIndex)
static CliTypeTable
getTableName(int codedIndex)
static int
readCodedIndex(BinaryReader reader, CliStreamMetadata stream)
static DataType
toDataType(CliStreamMetadata stream)
-
-
-
Method Detail
-
toDataType
public static DataType toDataType(CliStreamMetadata stream)
-
getRowIndex
public static int getRowIndex(int codedIndex)
-
getTableName
public static CliTypeTable getTableName(int codedIndex) throws InvalidInputException
- Throws:
InvalidInputException
-
readCodedIndex
public static int readCodedIndex(BinaryReader reader, CliStreamMetadata stream) throws java.io.IOException
- Throws:
java.io.IOException
-
-