node-liblzma - v3.1.2
    Preparing search index...

    Variable flagConst

    flag: {
        CONCATENATED: any;
        TELL_ANY_CHECK: any;
        TELL_NO_CHECK: any;
        TELL_UNSUPPORTED_CHECK: any;
    } = ...

    Decoder flags for controlling decompression behavior.

    Type Declaration

    • ReadonlyCONCATENATED: any

      Allow concatenated XZ streams

    • ReadonlyTELL_ANY_CHECK: any

      Tell decoder about any integrity check type

    • ReadonlyTELL_NO_CHECK: any

      Tell decoder if input has no integrity check

    • ReadonlyTELL_UNSUPPORTED_CHECK: any

      Tell decoder if integrity check is unsupported

    const decompressor = createUnxz({ flushFlag: flag.CONCATENATED });