Class CliBlobCustomAttrib
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliBlob
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliBlobCustomAttrib
-
- All Implemented Interfaces:
StructConverter
public class CliBlobCustomAttrib extends CliBlob
-
-
Field Summary
-
Fields inherited from class ghidra.app.util.bin.format.pe.cli.blobs.CliBlob
blobOffset, contentsOffset, contentsSize, PATH
-
-
Constructor Summary
Constructors Constructor Description CliBlobCustomAttrib(CliBlob blob, CliTableCustomAttribute.CliCustomAttributeRow row, CliStreamMetadata metadataStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContentsComment()Gets the comment associated with this blob's contents.DataTypegetContentsDataType()Gets the data type associated with this blob's contents.java.lang.StringgetContentsName()Gets the name associated with this blob's contents.java.lang.StringgetRepresentation()Gets the string representation of this blob.-
Methods inherited from class ghidra.app.util.bin.format.pe.cli.blobs.CliBlob
decodeCompressedSigned, decodeCompressedSigned, decodeCompressedSigned, decodeCompressedSignedInt, decodeCompressedUnsigned, decodeCompressedUnsigned, decodeCompressedUnsigned, decodeCompressedUnsignedInt, getContents, getContentsReader, getContentsSize, getDataTypeForBytes, getName, getSize, getSizeDataType, getStreamIndex, isLittleEndian, testSizeDecoding, toDataType
-
-
-
-
Constructor Detail
-
CliBlobCustomAttrib
public CliBlobCustomAttrib(CliBlob blob, CliTableCustomAttribute.CliCustomAttributeRow row, CliStreamMetadata metadataStream) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getContentsDataType
public DataType getContentsDataType()
Description copied from class:CliBlobGets the data type associated with this blob's contents.- Overrides:
getContentsDataTypein classCliBlob- Returns:
- The data type associated with this blob's contents.
-
getContentsName
public java.lang.String getContentsName()
Description copied from class:CliBlobGets the name associated with this blob's contents.- Overrides:
getContentsNamein classCliBlob- Returns:
- The name associated with this blob's contents.
-
getContentsComment
public java.lang.String getContentsComment()
Description copied from class:CliBlobGets the comment associated with this blob's contents.- Overrides:
getContentsCommentin classCliBlob- Returns:
- The comment associated with this blob's contents.
-
getRepresentation
public java.lang.String getRepresentation()
Description copied from class:CliBlobGets the string representation of this blob.- Overrides:
getRepresentationin classCliBlob- Returns:
- The string representation of this blob.
-
-