public abstract class UnsafeCopier extends Object
| Modifier and Type | Field and Description |
|---|---|
protected sun.misc.Unsafe |
unsafe |
| Constructor and Description |
|---|
UnsafeCopier(sun.misc.Unsafe unsafe) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
copy(Object dest,
long src)
Copies from a src memory address into the fields of the dest object.
|
public abstract void copy(Object dest, long src)
dest - src - Copyright © 2015. All rights reserved.