class com.google.protobuf.TextFormatEscaper$1 implements com.google.protobuf.TextFormatEscaper$ByteSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.TextFormatEscaper$1
  super_class: java.lang.Object
{
  private final com.google.protobuf.ByteString val$input;
    descriptor: Lcom/google/protobuf/ByteString;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.TextFormatEscaper$1 this
         0: .line 110
            aload 0 /* this */
            aload 1
            putfield com.google.protobuf.TextFormatEscaper$1.val$input:Lcom/google/protobuf/ByteString;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.TextFormatEscaper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/TextFormatEscaper$1;
    MethodParameters:
           Name  Flags
      val$input  final

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.TextFormatEscaper$1 this
         0: .line 113
            aload 0 /* this */
            getfield com.google.protobuf.TextFormatEscaper$1.val$input:Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.size:()I
            ireturn
        end local 0 // com.google.protobuf.TextFormatEscaper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/TextFormatEscaper$1;

  public byte byteAt(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.TextFormatEscaper$1 this
        start local 1 // int offset
         0: .line 118
            aload 0 /* this */
            getfield com.google.protobuf.TextFormatEscaper$1.val$input:Lcom/google/protobuf/ByteString;
            iload 1 /* offset */
            invokevirtual com.google.protobuf.ByteString.byteAt:(I)B
            ireturn
        end local 1 // int offset
        end local 0 // com.google.protobuf.TextFormatEscaper$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/TextFormatEscaper$1;
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      offset  
}
SourceFile: "TextFormatEscaper.java"
EnclosingMethod: com.google.protobuf.TextFormatEscaper.escapeBytes:(Lcom/google/protobuf/ByteString;)Ljava/lang/String;
NestHost: com.google.protobuf.TextFormatEscaper
InnerClasses:
  com.google.protobuf.TextFormatEscaper$1
  private abstract ByteSequence = com.google.protobuf.TextFormatEscaper$ByteSequence of com.google.protobuf.TextFormatEscaper