|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.python.core.ByteSwapper
Simple class that provides the capability to swap or reverse the byte order
of all elements of an Array
. Used to convert from one endian
type to another. The class swaps the following types:
Constructor Summary | |
ByteSwapper()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ByteSwapper()
Method Detail |
public static void swap(java.lang.Object array)
array
- the input array for type sensitive byte swapping.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |