Class ByteOrder
java.lang.Object
javacardx.framework.nio.ByteOrder
-
Field Details
-
BIG_ENDIAN
Constant denoting big-endian byte order. In this order, the bytes of a multibyte value are ordered from most significant to least significant.This instance of
ByteOrderis a permanent Java Card runtime environment Entry Point Objects and can be accessed from any context. -
LITTLE_ENDIAN
Constant denoting little-endian byte order. In this order, the bytes of a multibyte value are ordered from least significant to most significant.This instance of
ByteOrderis a permanent Java Card runtime environment Entry Point Objects and can be accessed from any context.
-