![JAR search and dependency download from the Maven repository](/logo.png)
org.rx.io.Compressible Maven / Gradle / Ivy
package org.rx.io;
import java.io.Serializable;
public interface Compressible extends Serializable {
short STREAM_MAGIC = -21266;
short STREAM_VERSION = 1;
int MIN_LENGTH = 1000;
default boolean enableCompress() {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy