append
Appends value as a byte value
Parameters
value
character whose lowest byte is to be appended
Appends value as a byte value
Parameters
value
byte to append
Appends the characters in value as bytes values
Parameters
value
string to append
Append the string repesentation of value (short for append(String.valueOf(value)))
Parameters
value
int to append as a string