interface com.google.protobuf.ByteString$ByteArrayCopier
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.protobuf.ByteString$ByteArrayCopier
  super_class: java.lang.Object
{
  public abstract byte[] copyFrom(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      bytes   
      offset  
      size    
}
SourceFile: "ByteString.java"
NestHost: com.google.protobuf.ByteString
InnerClasses:
  private abstract ByteArrayCopier = com.google.protobuf.ByteString$ByteArrayCopier of com.google.protobuf.ByteString