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 classByteString.ArraysByteArrayCopierImplementation ofByteArrayCopierwhich usesArrays.copyOfRange(T[], int, int).private static classByteString.SystemByteArrayCopierImplementation ofByteArrayCopierwhich 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.ByteArrayCopierByteString. byteArrayCopier
-