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

cz.mmsparams.api.constants.MemoryConstants Maven / Gradle / Ivy

The newest version!
package cz.mmsparams.api.constants;

public class MemoryConstants
{
    private MemoryConstants()
    {
    }

    public static final int KB32 = 32768;
    public static final int MB16 = 16777216;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy