Function decodeString

  • Decodes a string by reversing the bytes and then inverting them.

    This is an in-place operation.

    Parameters

    • bytes: Uint8Array

      the byte array to decode

    Returns void

Generated using TypeDoc