Uses of Class
oshi.annotation.SuppressForbidden
-
Packages that use SuppressForbidden Package Description oshi.driver.windows.registry Provides functions to query data in Windows Registryoshi.util Provides utilities for parsing, formatting, and other access -
-
Uses of SuppressForbidden in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry with annotations of type SuppressForbidden Modifier and Type Method Description private static java.util.Map<java.lang.String,java.lang.Integer>
HkeyPerformanceDataUtil. mapCounterIndicesFromRegistry()
-
Uses of SuppressForbidden in oshi.util
Classes in oshi.util with annotations of type SuppressForbidden Modifier and Type Class Description class
ParseUtil
String parsing utility.Methods in oshi.util with annotations of type SuppressForbidden Modifier and Type Method Description static java.lang.String
EdidUtil. getManufacturerID(byte[] edid)
Gets the Manufacturer ID from (up to) 3 5-bit characters in bytes 8 and 9
-