Hi guys,
can you tell me if exist a method that allow me to convert an array of
byte into a string that contains all the char coded into the array of
byte?
I know the method toString of Byte class,but in my array of bytes some
data can be splitted into two adiacent byte....how can i do to obtain
an oly string from the array of bytes....please help me,i'm crazying...
Jussi Piitulainen - 19 Jun 2006 18:57 GMT
> can you tell me if exist a method that allow me to convert an array
> of byte into a string that contains all the char coded into the
> array of byte?
Look at String constructors.