Uses of Enum
com.github.luben.zstd.Zstd.ParamSwitch
Packages that use Zstd.ParamSwitch
-
Uses of Zstd.ParamSwitch in com.github.luben.zstd
Subclasses with type arguments of type Zstd.ParamSwitch in com.github.luben.zstdModifier and TypeClassDescriptionstatic enumNote: This enum controls features which are conditionally beneficial.Methods in com.github.luben.zstd that return Zstd.ParamSwitchModifier and TypeMethodDescriptionstatic Zstd.ParamSwitchReturns the enum constant of this type with the specified name.static Zstd.ParamSwitch[]Zstd.ParamSwitch.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.luben.zstd with parameters of type Zstd.ParamSwitchModifier and TypeMethodDescriptionZstdCompressCtx.setEnableLongDistanceMatching(Zstd.ParamSwitch enableLDM) Enable or disable long-distance matching.ZstdCompressCtx.setSearchForExternalRepcodes(Zstd.ParamSwitch searchRepcodes) Set whether to search external sequences for repeated offsets that can be encoded as repcodes.ZstdCompressCtx.setValidateSequences(Zstd.ParamSwitch validateSequences) Enable or disable sequence validation.