readUtf8 method

String readUtf8()

Implementation

String readUtf8() {
  return utf8.decode(readString());
}