Uses of Interface
com.google.protobuf.ByteString.ByteArrayCopier
-
Packages that use ByteString.ByteArrayCopier Package Description com.google.protobuf -
-
Uses of ByteString.ByteArrayCopier in com.google.protobuf
Classes in com.google.protobuf that implement ByteString.ByteArrayCopier Modifier and Type Class Description private static class
ByteString.ArraysByteArrayCopier
Implementation ofByteArrayCopier
which usesArrays.copyOfRange(T[], int, int)
.private static class
ByteString.SystemByteArrayCopier
Implementation ofByteArrayCopier
which usesSystem.arraycopy(java.lang.Object, int, java.lang.Object, int, int)
.Fields in com.google.protobuf declared as ByteString.ByteArrayCopier Modifier and Type Field Description private static ByteString.ByteArrayCopier
ByteString. byteArrayCopier
-