Properties of a BufferLayoutParseTask.

interface IBufferLayoutParseTask {
    endian?: Endian;
    offset?: number;
    type?: BufferParseType;
}

Implemented by

Properties

Properties

endian?: Endian

The endianness of the stored value.

offset?: number

The buffer offset to start deserializing from.

The type of value to deserialize.

Generated using TypeDoc