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

org.blosc.Shuffle Maven / Gradle / Ivy

package org.blosc;

public class Shuffle {
	public static int NO_SHUFFLE = 0;
	public static int BYTE_SHUFFLE = 1;
	public static int BIT_SHUFFLE = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy