pamoja for TypeScript - v0.1.17
    Preparing search index...

    A CDR decoder, which reads primitives back in the order they were written.

    Reading past the end returns null rather than throwing, because a short buffer is a wire condition rather than a programming error.

    Index
    • Reads the next 32-bit float, or null once exhausted.

      Returns number | null

    • Reads the next 64-bit float, or null once exhausted.

      Returns number | null

    • Reads the next 32-bit signed integer, or null once exhausted.

      Returns number | null

    • Reads the next 32-bit unsigned integer, or null once exhausted.

      Returns number | null