The byte order of a long buffer created by allocation or by wrapping an existing long array is the {@link ByteOrder#nativeOrder native order} of the underlyinghardware. The byte order of a long buffer created as a view of a byte buffer is that of the byte buffer at the moment that the view is created.
|
|
|
|
|
|
|
|
|
|
|
|
|
|