XCMS Toolkit

jtools
Class BinaryString

java.lang.Object
  extended by jtools.BinaryString

public class BinaryString
extends java.lang.Object

Performs bit to character string conversion.

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

Constructor Summary
BinaryString(byte[] bits)
          Constructor for BinaryString with array of bits parameter, converts the array of bits to a string of 0's and 1's
 
Method Summary
 java.lang.String getStringValue()
          Returns the current string of bits.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryString

public BinaryString(byte[] bits)
Constructor for BinaryString with array of bits parameter, converts the array of bits to a string of 0's and 1's

Parameters:
bits - an array of bits to convert
Method Detail

getStringValue

public java.lang.String getStringValue()
Returns the current string of bits.


XCMS Toolkit


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