Uses of Interface
dev.getelements.elements.sdk.util.Hex.ByteBufferAllocator
Packages that use Hex.ByteBufferAllocator
-
Uses of Hex.ByteBufferAllocator in dev.getelements.elements.sdk.util
Methods in dev.getelements.elements.sdk.util with parameters of type Hex.ByteBufferAllocatorModifier and TypeMethodDescriptionstatic ByteBuffer
Hex.decodeToBuffer
(String hex, Hex.ByteBufferAllocator byteBufferAllocator) Decodes aString
into raw hexadecimal bytes, allocating a newByteBuffer
for storage using the suppliedHex.ByteBufferAllocator
.