Method | Description | |
---|---|---|
Copy ( byte src, int srcOffset, byte dst, int dstOffset, int count ) : void |
Determines which copy routine to use based on the number of bytes to be copied.
|
|
Reverse ( byte bytes ) : void |
Reverses the order of bytes in the array
|