kr.jclab.javautils.systeminformation.smbios.SMBIOSBase 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.smbios;
import kr.jclab.javautils.systeminformation.exception.NativeApiErrorException;
import java.io.IOException;
public interface SMBIOSBase {
void read(SMBIOSReader reader) throws NativeApiErrorException, IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy