private static final class ByteString.SystemByteArrayCopier extends java.lang.Object implements ByteString.ByteArrayCopier
ByteArrayCopier
which uses System.arraycopy(java.lang.Object, int, java.lang.Object, int, int)
.Modifier | Constructor and Description |
---|---|
private |
SystemByteArrayCopier() |
Modifier and Type | Method and Description |
---|---|
byte[] |
copyFrom(byte[] bytes,
int offset,
int size)
Copies the specified range of the specified array into a new array
|
public byte[] copyFrom(byte[] bytes, int offset, int size)
ByteString.ByteArrayCopier
copyFrom
in interface ByteString.ByteArrayCopier