ParsingFramework.MicroOperations
Class FunctionHex2Bytes

java.lang.Object
  extended by ParsingFramework.MicroOperations.FunctionHex2Bytes

public class FunctionHex2Bytes
extends java.lang.Object

Plugable function to translate a hex string to a byte array

Author:
Paul Grace

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

FunctionHex2Bytes

public FunctionHex2Bytes(IParseOperations parent)
Method Detail

Hex2Bytes

public byte[] Hex2Bytes(byte[] data)
Convert hex string to bytes.

Parameters:
hex - String to convert.
Returns:
Converted bytes.