final class com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream extends java.io.ByteArrayOutputStream
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream
super_class: java.io.ByteArrayOutputStream
{
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream this
start local 1 // int expectedInputSize
0: .line 113
aload 0 /* this */
iload 1 /* expectedInputSize */
invokespecial java.io.ByteArrayOutputStream.<init>:(I)V
1: .line 114
return
end local 1 // int expectedInputSize
end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
0 2 1 expectedInputSize I
MethodParameters:
Name Flags
expectedInputSize
void write(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=2
start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream this
start local 1 // java.nio.ByteBuffer input
0: .line 117
aload 1 /* input */
invokevirtual java.nio.ByteBuffer.remaining:()I
istore 2 /* remaining */
start local 2 // int remaining
1: .line 118
aload 0 /* this */
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.count:I
iload 2 /* remaining */
iadd
aload 0 /* this */
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.buf:[B
arraylength
if_icmple 3
2: .line 119
aload 0 /* this */
aload 0 /* this */
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.buf:[B
aload 0 /* this */
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.count:I
iload 2 /* remaining */
iadd
invokestatic java.util.Arrays.copyOf:([BI)[B
putfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.buf:[B
3: .line 121
StackMap locals: int
StackMap stack:
aload 1 /* input */
aload 0 /* this */
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.buf:[B
aload 0 /* this */
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.count:I
iload 2 /* remaining */
invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
pop
4: .line 122
aload 0 /* this */
dup
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.count:I
iload 2 /* remaining */
iadd
putfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.count:I
5: .line 123
return
end local 2 // int remaining
end local 1 // java.nio.ByteBuffer input
end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
0 6 1 input Ljava/nio/ByteBuffer;
1 6 2 remaining I
MethodParameters:
Name Flags
input
byte[] byteArray();
descriptor: ()[B
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream this
0: .line 126
aload 0 /* this */
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.buf:[B
areturn
end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
int length();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream this
0: .line 130
aload 0 /* this */
getfield com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream.count:I
ireturn
end local 0 // com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream;
}
SourceFile: "AbstractNonStreamingHashFunction.java"
NestHost: com.google.common.hash.AbstractNonStreamingHashFunction
InnerClasses:
private final ExposedByteArrayOutputStream = com.google.common.hash.AbstractNonStreamingHashFunction$ExposedByteArrayOutputStream of com.google.common.hash.AbstractNonStreamingHashFunction