Uses of Enum Class
dev.getelements.elements.sdk.util.Hex.Case
Packages that use Hex.Case
-
Uses of Hex.Case in dev.getelements.elements.sdk.util
Methods in dev.getelements.elements.sdk.util that return Hex.CaseModifier and TypeMethodDescriptionstatic Hex.Case
Returns the enum constant of this class with the specified name.static Hex.Case[]
Hex.Case.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.util with parameters of type Hex.CaseModifier and TypeMethodDescriptionstatic String
Encodes hex to to lower-case hex encoding.static String
Hex.encode
(ByteBuffer raw, Hex.Case c) Encodes hex to to lower-case hex encoding.static char
Gets a characte for the supplied nibble.