kr.jclab.javautils.systeminformation.osinfo.OSInfoBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of system-information Show documentation
Show all versions of system-information Show documentation
cross-platform system information
package kr.jclab.javautils.systeminformation.osinfo;
import kr.jclab.javautils.systeminformation.model.OSInformation;
import java.io.IOException;
public interface OSInfoBase {
OSInformation read() throws IOException;
boolean isRealOsArchIs64Bit();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy