readUTF8EncodedString method
Decodes a variable amount of bytes from the read buffer to a string.
@return the UTF-8 decoded string (may be null).
Implementation
String readUTF8EncodedString() {
return readUTF8EncodedString2(readUnsignedInt());
}