CharDataType

Package: ghidra.program.model.data
Type: class

10.3_PUBLIC

addedmethod: isSigned
boolean isSigned()

10.1_PUBLIC

addedmethod: encodeRepresentation
byte[] encodeRepresentation(java.lang.String repr, ghidra.program.model.mem.MemBuffer buf, ghidra.docking.settings.Settings settings, int length) throws DataTypeEncodeException
addedmethod: encodeValue
byte[] encodeValue(java.lang.Object value, ghidra.program.model.mem.MemBuffer buf, ghidra.docking.settings.Settings settings, int length) throws DataTypeEncodeException
addedmethod: isEncodable
boolean isEncodable()

10.0_PUBLIC

addedmethod: hasLanguageDependantLength
boolean hasLanguageDependantLength()
removedmethod: isDynamicallySized
boolean isDynamicallySized()

9.1_PUBLIC

modifiedmethod: clone
return type: DataType → CharDataType
- ghidra.program.model.data.DataType clone(ghidra.program.model.data.DataTypeManager dtm)
+ ghidra.program.model.data.CharDataType clone(ghidra.program.model.data.DataTypeManager dtm)
modifiedmethod: getOppositeSignednessDataType
return type: DataType → CharDataType
- ghidra.program.model.data.DataType getOppositeSignednessDataType()
+ ghidra.program.model.data.CharDataType getOppositeSignednessDataType()

9.0.2_PUBLIC

addedmethod: getBuiltInSettingsDefinitions
ghidra.docking.settings.SettingsDefinition[] getBuiltInSettingsDefinitions()
addedmethod: getFormatSettingsDefinition
ghidra.docking.settings.FormatSettingsDefinition getFormatSettingsDefinition()

9.0.1_PUBLIC

introducedInitial version