@glitchybyte/dash
    Preparing search index...

    Class GBitBufferReader

    Bit buffer reader.

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get size(): number

      Size of buffer, in bytes.

      Returns number

    Methods

    • Returns true if we have read all bits.

      Returns boolean

    • Read the given number of bits.

      Parameters

      • bitCount: number

        Count of bits to read.

      Returns number

    • Returns a string representation of the contents.

      Could be huge! Mainly for debugging.

      Returns string