public class Memory
extends java.lang.Object
| Constructor and Description |
|---|
Memory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(byte[] from,
byte[] to)
copy bytes from to.
|
static void |
copy(byte[] from,
byte[] to,
int toOffset,
int size) |