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

cdc.pstrings.StringPacking Maven / Gradle / Ivy

The newest version!
package cdc.pstrings;

/**
 * Enumeration of possible packings.
 *
 * @author Damien Carbonne
 */
public enum StringPacking {
    PACKED,
    NONE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy