Class SpecialValueLayouts
java.lang.Object
org.apache.datasketches.common.SpecialValueLayouts
Value Layouts for Non-native Endianness
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValueLayout.OfCharThe static final for ByteOrder.BIG_ENDIAN char.static final ValueLayout.OfCharThe static final for NON ByteOrder.nativeOrder() char.static final ValueLayout.OfDoubleThe static final for ByteOrder.BIG_ENDIAN double.static final ValueLayout.OfDoubleThe static final for NON ByteOrder.nativeOrder() double.static final ValueLayout.OfFloatThe static final for ByteOrder.BIG_ENDIAN float.static final ValueLayout.OfFloatThe static final for NON ByteOrder.nativeOrder() float.static final ValueLayout.OfIntThe static final for ByteOrder.BIG_ENDIAN int.static final ValueLayout.OfIntThe static final for NON ByteOrder.nativeOrder() int.static final ValueLayout.OfLongThe static final for ByteOrder.BIG_ENDIAN long.static final ValueLayout.OfLongThe static final for NON ByteOrder.nativeOrder() long.static final ValueLayout.OfShortThe static final for ByteOrder.BIG_ENDIAN short.static final ValueLayout.OfShortThe static final for NON ByteOrder.nativeOrder() short.static final ByteOrderThe static final for NON ByteOrder.nativeOrder(). -
Method Summary
-
Field Details
-
NON_NATIVE_BYTE_ORDER
The static final for NON ByteOrder.nativeOrder(). -
JAVA_CHAR_UNALIGNED_NON_NATIVE
The static final for NON ByteOrder.nativeOrder() char. -
JAVA_DOUBLE_UNALIGNED_NON_NATIVE
The static final for NON ByteOrder.nativeOrder() double. -
JAVA_FLOAT_UNALIGNED_NON_NATIVE
The static final for NON ByteOrder.nativeOrder() float. -
JAVA_INT_UNALIGNED_NON_NATIVE
The static final for NON ByteOrder.nativeOrder() int. -
JAVA_LONG_UNALIGNED_NON_NATIVE
The static final for NON ByteOrder.nativeOrder() long. -
JAVA_SHORT_UNALIGNED_NON_NATIVE
The static final for NON ByteOrder.nativeOrder() short. -
JAVA_CHAR_UNALIGNED_BIG_ENDIAN
The static final for ByteOrder.BIG_ENDIAN char. -
JAVA_DOUBLE_UNALIGNED_BIG_ENDIAN
The static final for ByteOrder.BIG_ENDIAN double. -
JAVA_FLOAT_UNALIGNED_BIG_ENDIAN
The static final for ByteOrder.BIG_ENDIAN float. -
JAVA_INT_UNALIGNED_BIG_ENDIAN
The static final for ByteOrder.BIG_ENDIAN int. -
JAVA_LONG_UNALIGNED_BIG_ENDIAN
The static final for ByteOrder.BIG_ENDIAN long. -
JAVA_SHORT_UNALIGNED_BIG_ENDIAN
The static final for ByteOrder.BIG_ENDIAN short.
-