public class ByteSwapper
extends java.lang.Object
Array
. Used to convert from one endian
type to another. The class swaps the following types:
Constructor | Description |
---|---|
ByteSwapper() |
Modifier and Type | Method | Description |
---|---|---|
static void |
swap(java.lang.Object array) |
Reverses the byte order of all elements in the supplied array, converting
between little and big endian byte order.
|