Class CliIndexHasConstant
- java.lang.Object
 - 
- ghidra.app.util.bin.format.pe.cli.tables.indexes.CliIndexHasConstant
 
 
- 
public class CliIndexHasConstant extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description CliIndexHasConstant() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetRowIndex(int codedIndex)static CliTypeTablegetTableName(int codedIndex)static intreadCodedIndex(BinaryReader reader, CliStreamMetadata stream)static DataTypetoDataType(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
 
 - 
 
 -