StringRenderBuilder

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

11.1_PUBLIC

addedmethod: build
java.lang.String build()
addedmethod: decodeBytesUsingCharset
void decodeBytesUsingCharset(java.nio.ByteBuffer bb, ghidra.program.model.data.RenderUnicodeSettingsDefinition.RENDER_ENUM renderSetting, boolean trimTrailingNulls)
removedmethod: addByteSeq
void addByteSeq(byte[] bytes)
removedmethod: addCodePointValue
void addCodePointValue(int codePoint)
removedmethod: addEscapedChar
void addEscapedChar(char ch)
removedmethod: startsWithQuotedText
boolean startsWithQuotedText()

9.2_PUBLIC

addedmethod: startsWithQuotedText
boolean startsWithQuotedText()

9.0.1_PUBLIC

introducedInitial version