Click to See Complete Forum and Search --> : How convert from vector to Byte array


perlWhite
August 25th, 2009, 05:43 AM
Hi,
I have a vector which contains a Byte array how to extract the Byte array from this Vector....

ProgramThis
August 25th, 2009, 07:37 AM
Um, try calling the get() method? (http://java.sun.com/j2se/1.4.2/docs/api/java/util/Vector.html)

dlorde
August 25th, 2009, 08:11 AM
Hi,
I have a vector which contains a Byte array how to extract the Byte array from this Vector....
Vector.toArray() ?

If we really understand the problem, the answer will come out of it, because the answer is not separate from the problem...
J. Krishnamurti