class com.google.protobuf.WireFormat$Utf8Validation$3 extends com.google.protobuf.WireFormat$Utf8Validation
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.protobuf.WireFormat$Utf8Validation$3
  super_class: com.google.protobuf.WireFormat$Utf8Validation
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.WireFormat$Utf8Validation$3 this
         0: .line 204
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.google.protobuf.WireFormat$Utf8Validation.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.google.protobuf.WireFormat$Utf8Validation$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/WireFormat$Utf8Validation$3;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  java.lang.Object readString(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.protobuf.WireFormat$Utf8Validation$3 this
        start local 1 // com.google.protobuf.CodedInputStream input
         0: .line 207
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readBytes:()Lcom/google/protobuf/ByteString;
            areturn
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.WireFormat$Utf8Validation$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/WireFormat$Utf8Validation$3;
            0    1     1  input  Lcom/google/protobuf/CodedInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  
}
SourceFile: "WireFormat.java"
EnclosingMethod: com.google.protobuf.WireFormat$Utf8Validation
NestHost: com.google.protobuf.WireFormat
InnerClasses:
  abstract Utf8Validation = com.google.protobuf.WireFormat$Utf8Validation of com.google.protobuf.WireFormat
  com.google.protobuf.WireFormat$Utf8Validation$3