org.python.core
public class ByteSwapper extends Object
Array
. Used to convert from one endian
type to another. The class swaps the following types:
Method Summary | |
---|---|
static void | swap(Object array)
Reverses the byte order of all elements in the supplied array, converting
between little and big endian byte order.
|
Parameters: array the input array for type sensitive byte swapping.