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

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

There is a newer version: 1.4.0
Show newest version
package com.github.luben.zstd;

abstract class SharedDictBase extends AutoCloseBase {

    @Override
    protected void finalize() {
        close();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy