All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.luben.zstd.SharedDictBase Maven / Gradle / Ivy

Go to download

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