@kayahr/datastream

    Interface DataWriterOptions

    Options for constructing a data writer.

    interface DataWriterOptions {
        bufferSize?: number;
        encoding?: string;
        endianness?: Endianness;
    }
    Index

    Properties

    bufferSize?: number

    The buffer size. Defaults to 64KB.

    encoding?: string

    The encoding used to write strings. Defaults to "utf-8".

    endianness?: Endianness

    The endianness to use for writing multi-byte values. Defaults to native endianness.

    MMNEPVFCICPMFPCPTTAAATR