|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjtools.BinaryString
public class BinaryString
Performs bit to character string conversion.
| 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 |
|---|
public BinaryString(byte[] bits)
BinaryString with array of bits
parameter, converts the array of bits to a string of 0's and 1's
bits - an array of bits to convert| Method Detail |
|---|
public java.lang.String getStringValue()
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||