Package ghidra.program.model.data
Class CustomFormat
java.lang.Object
ghidra.program.model.data.CustomFormat
Container object for a DataType and a byte array that is the format for
the data type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBytes()
Get the bytes that define this format.Get the data type associated with this format.
-
Constructor Details
-
CustomFormat
Constructor- Parameters:
dataType
- data type associated with this formatformat
- bytes that define the format
-
-
Method Details
-
getDataType
Get the data type associated with this format. -
getBytes
public byte[] getBytes()Get the bytes that define this format.
-