Tag with an UTF-8 string encoded as its length as short and its content casted to btyes.
assert(new String("test") == ""); assert(new String("", "test") == "test");
See Implementation
Tag with an UTF-8 string encoded as its length as short and its content casted to btyes.