Function encodeString

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

    This is an in-place operation.

    Parameters

    • bytes: Uint8Array

      the byte array to encode

    Returns void

Generated using TypeDoc