Evan Brown wrote:
> Anyone ever use Java to go from big String of binary, break up the 
> string into certain byte sizes and convert them to primative datatypes? 
> If so how did you do it cuz my code is ugly and I need some help.

don't know what you are doing, but
java.io.DataInputStream and DataOutputStream might help

Dave

Reply via email to