dataview-stream - v1.4.0
    Preparing search index...

    Interface ReaderOptions

    interface ReaderOptions {
        ignoreUTF8errors?: boolean;
        littleEndian?: boolean;
        offset?: number;
    }
    Index

    Properties

    ignoreUTF8errors?: boolean

    If there is an error in UTF8 encoding, use the replacement character.

    littleEndian?: boolean

    Read in littleEndian order, which is OPPOSITE from Network Byte Order.

    offset?: number

    Initial offset. The reset() method will ignore this.