XCMS Toolkit

jtools
Class HexString

java.lang.Object
  extended by jtools.HexString

public class HexString
extends java.lang.Object

Creates hexadecimal string representations of data.

Version:
1.00 - 2006/02/10
Author:
support@phillipgriffin.com

Constructor Summary
HexString(byte[] bytes)
          Constructor for HexString with an array of bytes parameter.
 
Method Summary
 java.lang.String toString()
          Returns the current string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HexString

public HexString(byte[] bytes)
Constructor for HexString with an array of bytes parameter.

Parameters:
bytes - the current array of hexadecimal characters
Method Detail

toString

public java.lang.String toString()
Returns the current string.

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.