Class HexStringByteArrayProvider
- java.lang.Object
-
- net.anwiba.commons.utilities.string.HexStringByteArrayProvider
-
- All Implemented Interfaces:
IObjectProvider<byte[]>
public final class HexStringByteArrayProvider extends java.lang.Object implements IObjectProvider<byte[]>
-
-
Constructor Summary
Constructors Constructor Description HexStringByteArrayProvider(java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]get()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.lang.object.IObjectProvider
isEmpty, optional
-
-
-
-
Method Detail
-
get
public byte[] get()
- Specified by:
getin interfaceIObjectProvider<byte[]>
-
-