final class com.google.common.hash.HashCode$BytesHashCode extends com.google.common.hash.HashCode implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.hash.HashCode$BytesHashCode
  super_class: com.google.common.hash.HashCode
{
  final byte[] bytes;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
        start local 1 // byte[] bytes
         0: .line 255
            aload 0 /* this */
            invokespecial com.google.common.hash.HashCode.<init>:()V
         1: .line 256
            aload 0 /* this */
            aload 1 /* bytes */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast byte[]
            putfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
         2: .line 257
            return
        end local 1 // byte[] bytes
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/common/hash/HashCode$BytesHashCode;
            0    3     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public int bits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
         0: .line 261
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            arraylength
            bipush 8
            imul
            ireturn
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashCode$BytesHashCode;

  public byte[] asBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
         0: .line 266
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashCode$BytesHashCode;

  public int asInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
         0: .line 272
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            arraylength
            iconst_4
            if_icmplt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
         2: .line 273
      StackMap locals:
      StackMap stack: int
            ldc "HashCode#asInt() requires >= 4 bytes (it only has %s bytes)."
         3: .line 274
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            arraylength
         4: .line 271
            invokestatic com.google.common.base.Preconditions.checkState:(ZLjava/lang/String;I)V
         5: .line 275
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            iconst_0
            baload
            sipush 255
            iand
         6: .line 276
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            iconst_1
            baload
            sipush 255
            iand
            bipush 8
            ishl
         7: .line 275
            ior
         8: .line 277
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            iconst_2
            baload
            sipush 255
            iand
            bipush 16
            ishl
         9: .line 275
            ior
        10: .line 278
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            iconst_3
            baload
            sipush 255
            iand
            bipush 24
            ishl
        11: .line 275
            ior
            ireturn
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/google/common/hash/HashCode$BytesHashCode;

  public long asLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
         0: .line 284
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            arraylength
            bipush 8
            if_icmplt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
         2: .line 285
      StackMap locals:
      StackMap stack: int
            ldc "HashCode#asLong() requires >= 8 bytes (it only has %s bytes)."
         3: .line 286
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            arraylength
         4: .line 283
            invokestatic com.google.common.base.Preconditions.checkState:(ZLjava/lang/String;I)V
         5: .line 287
            aload 0 /* this */
            invokevirtual com.google.common.hash.HashCode$BytesHashCode.padToLong:()J
            lreturn
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/common/hash/HashCode$BytesHashCode;

  public long padToLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
         0: .line 292
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            iconst_0
            baload
            sipush 255
            iand
            i2l
            lstore 1 /* retVal */
        start local 1 // long retVal
         1: .line 293
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 294
      StackMap locals: long int
      StackMap stack:
            lload 1 /* retVal */
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            iload 3 /* i */
            baload
            i2l
            ldc 255
            land
            iload 3 /* i */
            bipush 8
            imul
            lshl
            lor
            lstore 1 /* retVal */
         4: .line 293
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            arraylength
            bipush 8
            invokestatic java.lang.Math.min:(II)I
            if_icmplt 3
        end local 3 // int i
         6: .line 296
            lload 1 /* retVal */
            lreturn
        end local 1 // long retVal
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/common/hash/HashCode$BytesHashCode;
            1    7     1  retVal  J
            2    6     3       i  I

  void writeBytesToImpl(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
        start local 1 // byte[] dest
        start local 2 // int offset
        start local 3 // int maxLength
         0: .line 301
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            iconst_0
            aload 1 /* dest */
            iload 2 /* offset */
            iload 3 /* maxLength */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 302
            return
        end local 3 // int maxLength
        end local 2 // int offset
        end local 1 // byte[] dest
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/google/common/hash/HashCode$BytesHashCode;
            0    2     1       dest  [B
            0    2     2     offset  I
            0    2     3  maxLength  I
    MethodParameters:
           Name  Flags
      dest       
      offset     
      maxLength  

  byte[] getBytesInternal();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
         0: .line 306
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            areturn
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashCode$BytesHashCode;

  boolean equalsSameBits(com.google.common.hash.HashCode);
    descriptor: (Lcom/google/common/hash/HashCode;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.google.common.hash.HashCode$BytesHashCode this
        start local 1 // com.google.common.hash.HashCode that
         0: .line 313
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            arraylength
            aload 1 /* that */
            invokevirtual com.google.common.hash.HashCode.getBytesInternal:()[B
            arraylength
            if_icmpeq 2
         1: .line 314
            iconst_0
            ireturn
         2: .line 317
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* areEqual */
        start local 2 // boolean areEqual
         3: .line 318
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 9
         5: .line 319
      StackMap locals: int int
      StackMap stack:
            iload 2 /* areEqual */
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            iload 3 /* i */
            baload
            aload 1 /* that */
            invokevirtual com.google.common.hash.HashCode.getBytesInternal:()[B
            iload 3 /* i */
            baload
            if_icmpne 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack: int
         6: iconst_0
      StackMap locals: com.google.common.hash.HashCode$BytesHashCode com.google.common.hash.HashCode int int
      StackMap stack: int int
         7: iand
            istore 2 /* areEqual */
         8: .line 318
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield com.google.common.hash.HashCode$BytesHashCode.bytes:[B
            arraylength
            if_icmplt 5
        end local 3 // int i
        10: .line 321
            iload 2 /* areEqual */
            ireturn
        end local 2 // boolean areEqual
        end local 1 // com.google.common.hash.HashCode that
        end local 0 // com.google.common.hash.HashCode$BytesHashCode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/google/common/hash/HashCode$BytesHashCode;
            0   11     1      that  Lcom/google/common/hash/HashCode;
            3   11     2  areEqual  Z
            4   10     3         i  I
    MethodParameters:
      Name  Flags
      that  
}
SourceFile: "HashCode.java"
NestHost: com.google.common.hash.HashCode
InnerClasses:
  private final BytesHashCode = com.google.common.hash.HashCode$BytesHashCode of com.google.common.hash.HashCode