Hi All,

       Can anybody help me on converting a Hexa stream into a byte array???

This is sample Hexa code that i need to convert into a byte array.

ex: 0B0504158A158A00034B030300000000 (Hexa string)

expected output : 
    byte[] byteArray = {(byte)0x0B,(byte)0x05,..........}


Thanks
Regards
Sanjika.

==========================================================================To 
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Reply via email to