Preparing search index...

    Decodes binary data from a Uint8Array into a string using a specified character encoding.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    encoding: string

    The character encoding name used by this decoder, e.g. 'utf-8'.

    Methods

    • Decodes a Uint8Array into a string using the instance's encoding.

      Parameters

      • data: Uint8Array

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean