Documentation
    Preparing search index...

    Options for ISOBuffer constructor

    interface ISOBufferOptions {
        littleEndian?: boolean;
        offset?: number;
    }
    Index

    Properties

    littleEndian?: boolean

    Use little-endian byte order for multi-byte operations. Defaults to true.

    offset?: number

    Byte offset to start from within the buffer