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

    Variable LZMAActionConst

    LZMAAction: { FINISH: any; FULL_FLUSH: any; RUN: any; SYNC_FLUSH: any } = ...

    LZMA stream action constants. Control how the encoder/decoder processes input.

    Type Declaration

    • ReadonlyFINISH: any

      Finish the stream - no more input

    • ReadonlyFULL_FLUSH: any

      Flush and reset encoder state

    • ReadonlyRUN: any

      Normal processing - continue encoding/decoding

    • ReadonlySYNC_FLUSH: any

      Flush pending output synchronously