Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oshi/oshi
/ getAlphaNumericOrHex
Method
getAlphaNumericOrHex
oshi-core/src/main/java/oshi/util/EdidUtil.java:95–97 ·
view source on GitHub ↗
(byte b)
Source
from the content-addressed store, hash-verified
93
}
94
95
private
static
String getAlphaNumericOrHex(byte b) {
96
return
Character.isLetterOrDigit((char) b) ? String.format(
"%s"
, (char) b) : String.format(
"%02X"
, b);
97
}
98
99
/**
100
* Return the week of year of manufacture
Callers
1
getSerialNo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected