zstd-napi - v0.0.11
    Preparing search index...

    Enumeration ResetDirective

    Identifies what parts of a (de)compression context to reset.

    Corresponds to ZSTD_ResetDirective.

    Index

    Enumeration Members

    parameters: number

    Reset the dictionary/parameters (only works if not in a frame)

    sessionAndParameters: number

    Reset both the frame and dictionary/parameters

    sessionOnly: number

    Abort the current frame, but keep dictionary/parameters