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 start local 2 0: aload 0
aload 1
putfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.this$0:Lcom/google/common/hash/AbstractNonStreamingHashFunction;
aload 0
invokespecial com.google.common.hash.AbstractHasher.<init>:()V
1: aload 0
new com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream
dup
iload 2
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: return
end local 2 end local 0 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 start local 1 0: aload 0
getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
iload 1
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.write:(I)V
1: aload 0
areturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
aload 1
iload 2
iload 3
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.write:([BII)V
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.stream:Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
aload 1
invokevirtual com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.write:(Ljava/nio/ByteBuffer;)V
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
getfield com.google.common.hash.AbstractNonStreamingHashFunction$BufferingHasher.this$0:Lcom/google/common/hash/AbstractNonStreamingHashFunction;
aload 0
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
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 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: 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: 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: 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