com.tistory.devilnangel.systeminfo.common.Unit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of system-info Show documentation
Show all versions of system-info Show documentation
system information getter and support rmi server
The newest version!
package com.tistory.devilnangel.systeminfo.common;
/**
* @author k, Created on 16. 1. 24.
*/
public enum Unit {
NONE, KB, MB, GB
}