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 ByteBufferHex.decodeToBuffer(String hex, Hex.ByteBufferAllocator byteBufferAllocator) Decodes aStringinto raw hexadecimal bytes, allocating a newByteBufferfor storage using the suppliedHex.ByteBufferAllocator.