|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjtools.BinaryString2BinaryConversion
public class BinaryString2BinaryConversion
Converts the hexadecimal encoding of some binary data into
a byte array.
| Constructor Summary | |
|---|---|
BinaryString2BinaryConversion(java.lang.String binary)
Converts a given binary string into a byte array. |
|
| Method Summary | |
|---|---|
int |
getNumBits()
Gets the number of significant bits. |
byte[] |
toByteArray()
Gets the byte array that is the result of
decoding a binary string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryString2BinaryConversion(java.lang.String binary)
| Method Detail |
|---|
public int getNumBits()
public byte[] toByteArray()
byte array that is the result of
decoding a binary string.
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||