com.mf.kennewick.util
Class HexadecimalEncoder

java.lang.Object
  extended bycom.mf.kennewick.util.HexadecimalEncoder

public class HexadecimalEncoder
extends java.lang.Object

Author:
Jeffrey Payne

Constructor Summary
HexadecimalEncoder()
           
 
Method Summary
static byte[] decode(java.lang.String hexString)
           
static java.lang.String encode(byte[] block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexadecimalEncoder

public HexadecimalEncoder()
Method Detail

encode

public static java.lang.String encode(byte[] block)

decode

public static byte[] decode(java.lang.String hexString)


Copyright © 2004 Media Fortress, LLC, LLC. Licensed for commercial use under the Apache 2.0 License.