eolib - v2.0.1
    Preparing search index...

    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