com.karmasphere.share.util
Class ArrayUtil
java.lang.Object
com.karmasphere.share.util.ArrayUtil
public class ArrayUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayUtil
public ArrayUtil()
reverse
public static final byte[] reverse(byte[] array)
- Reverses an array in-place.
This function modifies the given input array.
- Returns:
- the input array, modified in place.
toHexString
public static final String toHexString(byte[] data)
Copyright © 2004-2005 Karamsphere. All Rights Reserved.