@kayahr/datastream

    Interface ReadMultiByteArrayOptions

    Options for the various multi-byte read array methods of a data reader.

    interface ReadMultiByteArrayOptions {
        endianness?: Endianness;
        offset?: number;
        size?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    endianness?: Endianness

    Optional endianness. Defaults to endianness the reader was configured with.

    offset?: number

    Optional offset within the buffer to start writing to. Defaults to 0.

    size?: number

    Optional number of bytes to read. Defaults to buffer size minus offset.

    MMNEPVFCICPMFPCPTTAAATR