Copies the components of this vector into the specified array. The item at index {@code k} in this vector is copied intocomponent {@code k} of {@code anArray}.
@param anArray the array into which the components get copied
@throws NullPointerException if the given array is null
@throws IndexOutOfBoundsException if the specified array is notlarge enough to hold all the components of this vector
@throws ArrayStoreException if a component of this vector is not ofa runtime type that can be stored in the specified array
@see #toArray(Object[])
Copy the bytes of the string into the given byte array.
@param strOffset offset from which to copy
@param bytes destination byte array
@param arrayOffset offset in destination
@param len number of bytes to copy
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.