asString method

String asString()

Implementation

String asString() {
  return utf8.decode(data);
}