Marmot-TS
    Preparing search index...

    Class BinaryReader

    Reads a byte string in the Marmot binary profile with a moving cursor. Read methods advance the cursor and throw BinaryDecodeError on truncated or non-canonical input.

    Index

    Core - Binary Encoding

    • Reads a variable-length byte string written as a QUIC varint length prefix followed by the bytes (opaque name<min..max>). Enforces the field bounds when given.

      Parameters

      • Optionalbounds: OpaqueBounds

      Returns Uint8Array