-
Deprecated MethodsMethodDescriptionUse compress(dst, src, dict, level) insteadUse decompress(dst, src, dict) insteadIf you don't rely on finalizers, use `ZstdInputStreamNoFinalizer` instead, instances of `ZstdInputStream` will always try to close/release in the finalizer.If you don't rely on finalizers, use `ZstdOutputStreamNoFinalizer` instead.
-
Deprecated ConstructorsConstructorDescriptionUse ZstdOutputStream() or ZstdOutputStream(level) and set the other params with the settersUse ZstdOutputStream() or ZstdOutputStream(level) and set the other params with the setters