- hibyte
- the high byte of each resulting Unicode character.
Documentation for this section has not yet been entered.
Returns the contents of this ByteArrayOutputStream as a string. Each byte b in this stream is converted to a character c using the following function: c == (char)(((hibyte & 0xff) . This method is deprecated and either ByteArrayOutputStream.toString() or ByteArrayOutputStream.ToString(string) should be used.