Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Class and Description |
---|---|
private static class |
ByteString.ArraysByteArrayCopier
Implementation of
ByteArrayCopier which uses Arrays.copyOfRange(T[], int, int) . |
private static class |
ByteString.SystemByteArrayCopier
Implementation of
ByteArrayCopier which uses System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) . |
Modifier and Type | Field and Description |
---|---|
private static ByteString.ByteArrayCopier |
ByteString.byteArrayCopier |