@InterfaceAudience.Private @InterfaceStability.Evolving public final class UnsafeAccess extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_ARRAY_BASE_OFFSET
The offset to the first element in a byte array.
|
static boolean |
littleEndian |
private static org.apache.commons.logging.Log |
LOG |
static sun.misc.Unsafe |
theUnsafe |
Modifier | Constructor and Description |
---|---|
private |
UnsafeAccess() |
private static final org.apache.commons.logging.Log LOG
public static final sun.misc.Unsafe theUnsafe
public static final int BYTE_ARRAY_BASE_OFFSET
public static final boolean littleEndian
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.