Converting Hex string to unicode

I am reading in a hex representation of Unicode characters as a string.(for example: 004100200042)

I want to convert the string from hex to unicode, and write the corresponding characters to a file. The output should look like follow:

A B(0041 = Capital A,0020 = space, 0042 = Capital B)

Could you please assist?

[338 byte] By [Jeryana] at [2007-9-29 22:34:06]
«« java3d
»» java3d ide
# 1
Problem solved, no need to look into it.Thank you
Jeryana at 2007-7-16 2:55:52 > top of Java-index,Archived Forums,Portability & Platform Independence [Archive]...