com.github.luben.zstd.SharedDictBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zstd-jni Show documentation
Show all versions of zstd-jni Show documentation
JNI bindings for Zstd native library that provides fast and high compression lossless algorithm for Java and all JVM languages.
The newest version!
package com.github.luben.zstd;
abstract class SharedDictBase extends AutoCloseBase {
@Override
protected void finalize() {
close();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy