(String sToConvert)
sToConvert - string to convert
public static void setWithByteSeparator(boolean bs)
bs - The new WithByteSeparator valuepublic static void setByteSeparator(char bs)
bs - The new ByteSeparator value
public static void setBitDigits(char[] bd)
throws Exception
bd - The new BitDigits value
Exception - Description of Exception
public static void setBitDigits(char zeroBit,
char oneBit)
zeroBit - zero bitoneBit - one bit
param redFish red fish
param blueFish blue fishpublic static String byteArrayToBinaryString(byte[] block)
block - Description of Parameter
public static String toBinaryString(byte[] ba)
ba - binary array
public static String toBinaryString(byte b)
b - byte array
public static String toBinaryString(short s)
s - short
public static String toBinaryString(int i)
i - integer
public static String toBinaryString(long l)
l - long
public static final byte[] toByteArray(short s)
s - short
public static final byte[] toByteArray(int i)
i - int
public static final byte[] toByteArray(long l)
l - long