-
Sub-task
-
Resolution: Unresolved
-
P4
-
26
`java.nio.ByteOrder` is converted from a class to an Enum to allow it to be used in expression switch and elsewhere the language can dispatch on an Enum.
The ByteOrder enum is fully compatible with the prior implementation.
The BIG_ENDIAN, LITTLE_ENDIAN, and ByteOrder.nativeOrder() values remain a simple and effective way to test for the byte order.
The ByteOrder enum is fully compatible with the prior implementation.
The BIG_ENDIAN, LITTLE_ENDIAN, and ByteOrder.nativeOrder() values remain a simple and effective way to test for the byte order.