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

com.github.myibu.algorithm.compress.Debugable Maven / Gradle / Ivy

package com.github.myibu.algorithm.compress;

/**
 * compressor for compress and decompress
 * @author myibu
 * Created on 2021/10/15
 */
public interface Debugable {
    /**
     * enable Debug or not, default should be not enabled
     * @param isDebug is debug
     */
    void setDebug(boolean isDebug);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy