|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectParsingFramework.MicroOperations.FunctionHex2Bytes
public class FunctionHex2Bytes
Plugable function to translate a hex string to a byte array
| Constructor Summary | |
|---|---|
FunctionHex2Bytes(IParseOperations parent)
|
|
| Method Summary | |
|---|---|
byte[] |
Hex2Bytes(byte[] data)
Convert hex string to bytes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionHex2Bytes(IParseOperations parent)
| Method Detail |
|---|
public byte[] Hex2Bytes(byte[] data)
hex - String to convert.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||