@kenjiuno/msgreader - v1.28.0
    Preparing search index...

    Interface CFileSet

    The reader access to CFBF stream

    interface CFileSet {
        dataId: number;
        length: number;
        name: string;
        provider: () => Uint8Array;
    }
    Index
    dataId: number

    CFBF entry index.

    length: number

    The stream binary length in byte unit.

    name: string

    Stream name.

    provider: () => Uint8Array

    Read stream contents and get memory data.