class com.google.protobuf.ByteString$LiteralByteString extends com.google.protobuf.ByteString$LeafByteString
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.ByteString$LiteralByteString
  super_class: com.google.protobuf.ByteString$LeafByteString
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected final byte[] bytes;
    descriptor: [B
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // byte[] bytes
         0: .line 1294
            aload 0 /* this */
            invokespecial com.google.protobuf.ByteString$LeafByteString.<init>:()V
         1: .line 1295
            aload 1 /* bytes */
            ifnonnull 3
         2: .line 1296
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 1298
      StackMap locals: com.google.protobuf.ByteString$LiteralByteString byte[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bytes */
            putfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
         4: .line 1299
            return
        end local 1 // byte[] bytes
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    5     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  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.ByteString$LiteralByteString this
        start local 1 // int index
         0: .line 1306
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            iload 1 /* index */
            baload
            ireturn
        end local 1 // int index
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  byte internalByteAt(int);
    descriptor: (I)B
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // int index
         0: .line 1311
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            iload 1 /* index */
            baload
            ireturn
        end local 1 // int index
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
         0: .line 1316
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            arraylength
            ireturn
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ByteString$LiteralByteString;

  public final com.google.protobuf.ByteString substring(int, int);
    descriptor: (II)Lcom/google/protobuf/ByteString;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // int beginIndex
        start local 2 // int endIndex
         0: .line 1324
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            invokestatic com.google.protobuf.ByteString$LiteralByteString.checkRange:(III)I
            istore 3 /* length */
        start local 3 // int length
         1: .line 1326
            iload 3 /* length */
            ifne 3
         2: .line 1327
            getstatic com.google.protobuf.ByteString.EMPTY:Lcom/google/protobuf/ByteString;
            areturn
         3: .line 1330
      StackMap locals: int
      StackMap stack:
            new com.google.protobuf.ByteString$BoundedByteString
            dup
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            iload 1 /* beginIndex */
            iadd
            iload 3 /* length */
            invokespecial com.google.protobuf.ByteString$BoundedByteString.<init>:([BII)V
            areturn
        end local 3 // int length
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    4     1  beginIndex  I
            0    4     2    endIndex  I
            1    4     3      length  I
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    

  protected void copyToInternal(byte[], int, int, int);
    descriptor: ([BIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // byte[] target
        start local 2 // int sourceOffset
        start local 3 // int targetOffset
        start local 4 // int numberToCopy
         0: .line 1342
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            iload 2 /* sourceOffset */
            aload 1 /* target */
            iload 3 /* targetOffset */
            iload 4 /* numberToCopy */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 1343
            return
        end local 4 // int numberToCopy
        end local 3 // int targetOffset
        end local 2 // int sourceOffset
        end local 1 // byte[] target
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    2     1        target  [B
            0    2     2  sourceOffset  I
            0    2     3  targetOffset  I
            0    2     4  numberToCopy  I
    MethodParameters:
              Name  Flags
      target        
      sourceOffset  
      targetOffset  
      numberToCopy  

  public final void copyTo(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // java.nio.ByteBuffer target
         0: .line 1347
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
         1: .line 1348
            return
        end local 1 // java.nio.ByteBuffer target
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    2     1  target  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      target  

  public final java.nio.ByteBuffer asReadOnlyByteBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
         0: .line 1352
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
            areturn
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ByteString$LiteralByteString;

  public final java.util.List<java.nio.ByteBuffer> asReadOnlyByteBufferList();
    descriptor: ()Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
         0: .line 1357
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.asReadOnlyByteBuffer:()Ljava/nio/ByteBuffer;
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ByteString$LiteralByteString;
    Signature: ()Ljava/util/List<Ljava/nio/ByteBuffer;>;

  public final void writeTo(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // java.io.OutputStream outputStream
         0: .line 1362
            aload 1 /* outputStream */
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.toByteArray:()[B
            invokevirtual java.io.OutputStream.write:([B)V
         1: .line 1363
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    2     1  outputStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      outputStream  

  final void writeToInternal(java.io.OutputStream, int, int);
    descriptor: (Ljava/io/OutputStream;II)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // java.io.OutputStream outputStream
        start local 2 // int sourceOffset
        start local 3 // int numberToWrite
         0: .line 1368
            aload 1 /* outputStream */
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            iload 2 /* sourceOffset */
            iadd
            iload 3 /* numberToWrite */
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 1369
            return
        end local 3 // int numberToWrite
        end local 2 // int sourceOffset
        end local 1 // java.io.OutputStream outputStream
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    2     1   outputStream  Ljava/io/OutputStream;
            0    2     2   sourceOffset  I
            0    2     3  numberToWrite  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      outputStream   
      sourceOffset   
      numberToWrite  

  final void writeTo(com.google.protobuf.ByteOutput);
    descriptor: (Lcom/google/protobuf/ByteOutput;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // com.google.protobuf.ByteOutput output
         0: .line 1373
            aload 1 /* output */
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            invokevirtual com.google.protobuf.ByteOutput.writeLazy:([BII)V
         1: .line 1374
            return
        end local 1 // com.google.protobuf.ByteOutput output
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    2     1  output  Lcom/google/protobuf/ByteOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  protected final java.lang.String toStringInternal(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // java.nio.charset.Charset charset
         0: .line 1378
            new java.lang.String
            dup
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            aload 1 /* charset */
            invokespecial java.lang.String.<init>:([BIILjava/nio/charset/Charset;)V
            areturn
        end local 1 // java.nio.charset.Charset charset
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    1     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  public final boolean isValidUtf8();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
         0: .line 1386
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            istore 1 /* offset */
        start local 1 // int offset
         1: .line 1387
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            iload 1 /* offset */
            iload 1 /* offset */
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            iadd
            invokestatic com.google.protobuf.Utf8.isValidUtf8:([BII)Z
            ireturn
        end local 1 // int offset
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/protobuf/ByteString$LiteralByteString;
            1    2     1  offset  I

  protected final int partialIsValidUtf8(int, int, int);
    descriptor: (III)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // int state
        start local 2 // int offset
        start local 3 // int length
         0: .line 1392
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            iload 2 /* offset */
            iadd
            istore 4 /* index */
        start local 4 // int index
         1: .line 1393
            iload 1 /* state */
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            iload 4 /* index */
            iload 4 /* index */
            iload 3 /* length */
            iadd
            invokestatic com.google.protobuf.Utf8.partialIsValidUtf8:(I[BII)I
            ireturn
        end local 4 // int index
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int state
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    2     1   state  I
            0    2     2  offset  I
            0    2     3  length  I
            1    2     4   index  I
    MethodParameters:
        Name  Flags
      state   
      offset  
      length  

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // java.lang.Object other
         0: .line 1401
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 1402
            iconst_1
            ireturn
         2: .line 1404
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof com.google.protobuf.ByteString
            ifne 4
         3: .line 1405
            iconst_0
            ireturn
         4: .line 1408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            aload 1 /* other */
            checkcast com.google.protobuf.ByteString
            invokevirtual com.google.protobuf.ByteString.size:()I
            if_icmpeq 6
         5: .line 1409
            iconst_0
            ireturn
         6: .line 1411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            ifne 8
         7: .line 1412
            iconst_1
            ireturn
         8: .line 1415
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof com.google.protobuf.ByteString$LiteralByteString
            ifeq 15
         9: .line 1416
            aload 1 /* other */
            checkcast com.google.protobuf.ByteString$LiteralByteString
            astore 2 /* otherAsLiteral */
        start local 2 // com.google.protobuf.ByteString$LiteralByteString otherAsLiteral
        10: .line 1419
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.peekCachedHashCode:()I
            istore 3 /* thisHash */
        start local 3 // int thisHash
        11: .line 1420
            aload 2 /* otherAsLiteral */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.peekCachedHashCode:()I
            istore 4 /* thatHash */
        start local 4 // int thatHash
        12: .line 1421
            iload 3 /* thisHash */
            ifeq 14
            iload 4 /* thatHash */
            ifeq 14
            iload 3 /* thisHash */
            iload 4 /* thatHash */
            if_icmpeq 14
        13: .line 1422
            iconst_0
            ireturn
        14: .line 1425
      StackMap locals: com.google.protobuf.ByteString$LiteralByteString int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            checkcast com.google.protobuf.ByteString$LiteralByteString
            iconst_0
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.equalsRange:(Lcom/google/protobuf/ByteString;II)Z
            ireturn
        end local 4 // int thatHash
        end local 3 // int thisHash
        end local 2 // com.google.protobuf.ByteString$LiteralByteString otherAsLiteral
        15: .line 1428
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            aload 0 /* this */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0   16     1           other  Ljava/lang/Object;
           10   15     2  otherAsLiteral  Lcom/google/protobuf/ByteString$LiteralByteString;
           11   15     3        thisHash  I
           12   15     4        thatHash  I
    MethodParameters:
       Name  Flags
      other  

  final boolean equalsRange(com.google.protobuf.ByteString, int, int);
    descriptor: (Lcom/google/protobuf/ByteString;II)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // com.google.protobuf.ByteString other
        start local 2 // int offset
        start local 3 // int length
         0: .line 1443
            iload 3 /* length */
            aload 1 /* other */
            invokevirtual com.google.protobuf.ByteString.size:()I
            if_icmple 2
         1: .line 1444
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Length too large: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1446
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* other */
            invokevirtual com.google.protobuf.ByteString.size:()I
            if_icmple 6
         3: .line 1447
            new java.lang.IllegalArgumentException
            dup
         4: .line 1448
            new java.lang.StringBuilder
            dup
            ldc "Ran off end of other: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* offset */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* other */
            invokevirtual com.google.protobuf.ByteString.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 1447
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1451
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof com.google.protobuf.ByteString$LiteralByteString
            ifeq 20
         7: .line 1452
            aload 1 /* other */
            checkcast com.google.protobuf.ByteString$LiteralByteString
            astore 4 /* lbsOther */
        start local 4 // com.google.protobuf.ByteString$LiteralByteString lbsOther
         8: .line 1453
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            astore 5 /* thisBytes */
        start local 5 // byte[] thisBytes
         9: .line 1454
            aload 4 /* lbsOther */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            astore 6 /* otherBytes */
        start local 6 // byte[] otherBytes
        10: .line 1455
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            iload 3 /* length */
            iadd
            istore 7 /* thisLimit */
        start local 7 // int thisLimit
        11: .line 1456
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            istore 8 /* thisIndex */
        start local 8 // int thisIndex
        12: .line 1457
            aload 4 /* lbsOther */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            iload 2 /* offset */
            iadd
            istore 9 /* otherIndex */
        start local 9 // int otherIndex
        13: .line 1458
            goto 17
        14: .line 1460
      StackMap locals: com.google.protobuf.ByteString$LiteralByteString com.google.protobuf.ByteString int int com.google.protobuf.ByteString$LiteralByteString byte[] byte[] int int int
      StackMap stack:
            aload 5 /* thisBytes */
            iload 8 /* thisIndex */
            baload
            aload 6 /* otherBytes */
            iload 9 /* otherIndex */
            baload
            if_icmpeq 16
        15: .line 1461
            iconst_0
            ireturn
        16: .line 1459
      StackMap locals:
      StackMap stack:
            iinc 8 /* thisIndex */ 1
            iinc 9 /* otherIndex */ 1
        17: .line 1458
      StackMap locals:
      StackMap stack:
            iload 8 /* thisIndex */
            iload 7 /* thisLimit */
        18: .line 1456
            if_icmplt 14
        end local 9 // int otherIndex
        end local 8 // int thisIndex
        19: .line 1464
            iconst_1
            ireturn
        end local 7 // int thisLimit
        end local 6 // byte[] otherBytes
        end local 5 // byte[] thisBytes
        end local 4 // com.google.protobuf.ByteString$LiteralByteString lbsOther
        20: .line 1467
      StackMap locals: com.google.protobuf.ByteString$LiteralByteString com.google.protobuf.ByteString int int
      StackMap stack:
            aload 1 /* other */
            iload 2 /* offset */
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            invokevirtual com.google.protobuf.ByteString.substring:(II)Lcom/google/protobuf/ByteString;
            aload 0 /* this */
            iconst_0
            iload 3 /* length */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.substring:(II)Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // com.google.protobuf.ByteString other
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0   21     1       other  Lcom/google/protobuf/ByteString;
            0   21     2      offset  I
            0   21     3      length  I
            8   20     4    lbsOther  Lcom/google/protobuf/ByteString$LiteralByteString;
            9   20     5   thisBytes  [B
           10   20     6  otherBytes  [B
           11   20     7   thisLimit  I
           12   19     8   thisIndex  I
           13   19     9  otherIndex  I
    MethodParameters:
        Name  Flags
      other   
      offset  
      length  

  protected final int partialHash(int, int, int);
    descriptor: (III)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
        start local 1 // int h
        start local 2 // int offset
        start local 3 // int length
         0: .line 1472
            iload 1 /* h */
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            iload 2 /* offset */
            iadd
            iload 3 /* length */
            invokestatic com.google.protobuf.Internal.partialHash:(I[BII)I
            ireturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int h
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/ByteString$LiteralByteString;
            0    1     1       h  I
            0    1     2  offset  I
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      h       
      offset  
      length  

  public final java.io.InputStream newInput();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
         0: .line 1480
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            areturn
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ByteString$LiteralByteString;

  public final com.google.protobuf.CodedInputStream newCodedInput();
    descriptor: ()Lcom/google/protobuf/CodedInputStream;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
         0: .line 1488
            aload 0 /* this */
            getfield com.google.protobuf.ByteString$LiteralByteString.bytes:[B
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.getOffsetIntoBytes:()I
            aload 0 /* this */
            invokevirtual com.google.protobuf.ByteString$LiteralByteString.size:()I
            iconst_1
         1: .line 1487
            invokestatic com.google.protobuf.CodedInputStream.newInstance:([BIIZ)Lcom/google/protobuf/CodedInputStream;
            areturn
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/ByteString$LiteralByteString;

  protected int getOffsetIntoBytes();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString$LiteralByteString this
         0: .line 1500
            iconst_0
            ireturn
        end local 0 // com.google.protobuf.ByteString$LiteralByteString this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/ByteString$LiteralByteString;
}
SourceFile: "ByteString.java"
NestHost: com.google.protobuf.ByteString
InnerClasses:
  private final BoundedByteString = com.google.protobuf.ByteString$BoundedByteString of com.google.protobuf.ByteString
  abstract LeafByteString = com.google.protobuf.ByteString$LeafByteString of com.google.protobuf.ByteString
  private LiteralByteString = com.google.protobuf.ByteString$LiteralByteString of com.google.protobuf.ByteString