Uses of Class
com.github.luben.zstd.Zstd.ParamSwitch
-
Packages that use Zstd.ParamSwitch Package Description com.github.luben.zstd -
-
Uses of Zstd.ParamSwitch in com.github.luben.zstd
Methods in com.github.luben.zstd that return Zstd.ParamSwitch Modifier and Type Method Description static Zstd.ParamSwitchZstd.ParamSwitch. valueOf(java.lang.String name)Returns 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.ParamSwitch Modifier and Type Method Description ZstdCompressCtxZstdCompressCtx. setEnableLongDistanceMatching(Zstd.ParamSwitch enableLDM)Enable or disable long-distance matching.ZstdCompressCtxZstdCompressCtx. setSearchForExternalRepcodes(Zstd.ParamSwitch searchRepcodes)Set whether to search external sequences for repeated offsets that can be encoded as repcodes.ZstdCompressCtxZstdCompressCtx. setValidateSequences(Zstd.ParamSwitch validateSequences)Enable or disable sequence validation.
-