public class MemoryUtils extends Object
Modifier and Type | Field and Description |
---|---|
static ByteOrder |
NATIVE_BYTE_ORDER
The native byte order of the platform on which the system currently runs.
|
static sun.misc.Unsafe |
UNSAFE
The "unsafe", which can be used to perform native memory accesses.
|
public static final sun.misc.Unsafe UNSAFE
public static final ByteOrder NATIVE_BYTE_ORDER
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.