Class that converts a sequence of ECIs and bytes into a string
Appends value as a byte value
value
Append the string repesentation of value (short for append(String.valueOf(value)))
append(String.valueOf(value))
Appends the characters in value as bytes values
Appends the characters from value (unlike all other append methods of this class who append bytes)
Appends ECI value to output.
Short for toString().length() (if possible, use isEmpty instead)
toString().length()