final class com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher extends com.google.common.hash.AbstractHasher
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher
  super_class: com.google.common.hash.AbstractHasher
{
  final com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream stream;
    descriptor: Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
    flags: (0x0010) ACC_FINAL

  final com.google.common.hash.AbstractNonStreamingHashFunction this$0;
    descriptor: Lcom/google/common/hash/AbstractNonStreamingHashFunction;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.hash.AbstractNonStreamingHashFunction, int);
    descriptor: (Lcom/google/common/hash/AbstractNonStreamingHashFunction;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
        start local 2 // int expectedInputSize
         0: .line 82
            aload 0 /* this */
            aload 1
            putfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.this$0:Lcom/google/common/hash/AbstractNonStreamingHashFunction;
            aload 0 /* this */
            invokespecial com.google.common.hash.AbstractHasher.<init>:()V
         1: .line 83
            aload 0 /* this */
            new com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream
            dup
            iload 2 /* expectedInputSize */
            invokespecial com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.<init>:(I)V
            putfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
         2: .line 84
            return
        end local 2 // int expectedInputSize
        end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/google/common/hash/AbstractNonStreamingHashFunction$BufferingHasher;
            0    3     2  expectedInputSize  I
    MethodParameters:
                   Name  Flags
      this$0             final
      expectedInputSize  

  public com.google.common.hash.Hasher putByte(byte);
    descriptor: (B)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
        start local 1 // byte b
         0: .line 88
            aload 0 /* this */
            getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
            iload 1 /* b */
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.write:(I)V
         1: .line 89
            aload 0 /* this */
            areturn
        end local 1 // byte b
        end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/AbstractNonStreamingHashFunction$BufferingHasher;
            0    2     1     b  B
    MethodParameters:
      Name  Flags
      b     

  public com.google.common.hash.Hasher putBytes(byte[], int, int);
    descriptor: ([BII)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 94
            aload 0 /* this */
            getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
            aload 1 /* bytes */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.write:([BII)V
         1: .line 95
            aload 0 /* this */
            areturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/hash/AbstractNonStreamingHashFunction$BufferingHasher;
            0    2     1  bytes  [B
            0    2     2    off  I
            0    2     3    len  I
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    

  public com.google.common.hash.Hasher putBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
        start local 1 // java.nio.ByteBuffer bytes
         0: .line 100
            aload 0 /* this */
            getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
            aload 1 /* bytes */
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.write:(Ljava/nio/ByteBuffer;)V
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // java.nio.ByteBuffer bytes
        end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/hash/AbstractNonStreamingHashFunction$BufferingHasher;
            0    2     1  bytes  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      bytes  

  public com.google.common.hash.HashCode hash();
    descriptor: ()Lcom/google/common/hash/HashCode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
         0: .line 106
            aload 0 /* this */
            getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.this$0:Lcom/google/common/hash/AbstractNonStreamingHashFunction;
            aload 0 /* this */
            getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.byteArray:()[B
            iconst_0
            aload 0 /* this */
            getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.length:()I
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction.hashBytes:([BII)Lcom/google/common/hash/HashCode;
            areturn
        end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/AbstractNonStreamingHashFunction$BufferingHasher;

  public com.google.common.hash.PrimitiveSink putBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.putBytes:(Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putBytes(byte[], int, int);
    descriptor: ([BII)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.putBytes:([BII)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putByte(byte);
    descriptor: (B)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.putByte:(B)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractNonStreamingHashFunction.java"
NestHost: com.google.common.hash.AbstractNonStreamingHashFunction
InnerClasses:
  private final BufferingHasher = com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher of com.google.common.hash.AbstractNonStreamingHashFunction
  private final ExposedByteArrayOutputStream = com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream of com.google.common.hash.AbstractNonStreamingHashFunction