Class ByteString.ArraysByteArrayCopier

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

private static final class ByteString.ArraysByteArrayCopier extends Object implements ByteString.ByteArrayCopier
Implementation of ByteArrayCopier which uses Arrays.copyOfRange(T[], int, int).
  • Constructor Details

    • ArraysByteArrayCopier

      private ArraysByteArrayCopier()
  • Method Details