Class CliTableEvent
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
ghidra.app.util.bin.format.pe.cli.tables.CliTableEvent
- All Implemented Interfaces:
- PeMarkupable,- StructConverter
Describes the Event table. Each row represents an event. References to this table are to contiguous runs of events.
 The "run" begins at the specified index and ends at the next place a reference from EventMap points, or the end of this table.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableblobs, metadataStream, numRows, PATH, readerOffset, rows, strings, tableType, userStrings
- 
Constructor SummaryConstructorsConstructorDescriptionCliTableEvent(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) 
- 
Method SummaryModifier and TypeMethodDescriptionGets the data type of a row in this table.Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTablegetNumRows, getRow, getRowRepresentationSafe, getRowShortRepSafe, getRowSize, getTableSize, getTableType, markup, readBlobIndex, readGuidIndex, readStringIndex, readTableIndex, toDataType, toString
- 
Constructor Details- 
CliTableEventpublic CliTableEvent(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) throws IOException - Throws:
- IOException
 
 
- 
- 
Method Details- 
getRowDataTypeDescription copied from class:CliAbstractTableGets the data type of a row in this table.- Specified by:
- getRowDataTypein class- CliAbstractTable
- Returns:
- The data type of a row in this table.
 
 
-