Class ByteString.SystemByteArrayCopier

java.lang.Object
com.google.protobuf.ByteString.SystemByteArrayCopier
All Implemented Interfaces:
ByteString.ByteArrayCopier
Enclosing class:
ByteString

private static final class ByteString.SystemByteArrayCopier extends Object implements ByteString.ByteArrayCopier
Implementation of ByteArrayCopier which uses System.arraycopy(java.lang.Object, int, java.lang.Object, int, int).
  • Constructor Details

    • SystemByteArrayCopier

      private SystemByteArrayCopier()
  • Method Details