toHex method

String toHex()

Get the hex string of the buffer

Implementation

String toHex() {
  return encodeHex(buffer);
}