Array. Used to convert from one endian
type to another. The class swaps the following types:
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public static void | |
| private static void | |
| private static void | |
| private static void | |
| private static void | |
| private static void |
| ByteSwapper | back to summary |
|---|---|
| public ByteSwapper() | |
| swap | back to summary |
|---|---|
| public static void swap(Object array) Reverses the byte order of all elements in the supplied array, converting between little and big endian byte order.
| |
| swapDoubleArray | back to summary |
|---|---|
| private static void swapDoubleArray(Object array) Byte order reverses an
| |
| swapFloatArray | back to summary |
|---|---|
| private static void swapFloatArray(Object array) Byte order reverses an
| |
| swapIntegerArray | back to summary |
|---|---|
| private static void swapIntegerArray(Object array) Byte order reverses an
| |
| swapLongArray | back to summary |
|---|---|
| private static void swapLongArray(Object array) Byte order reverses an
| |
| swapShortArray | back to summary |
|---|---|
| private static void swapShortArray(Object array) Byte order reverses an
| |