public final class test.TestRawStream extends test.BasePerfTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: test.TestRawStream
  super_class: test.BasePerfTest
{
  final byte[] mBuffer;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // test.TestRawStream this
         0: .line 9
            aload 0 /* this */
            invokespecial test.BasePerfTest.<init>:()V
         1: .line 7
            aload 0 /* this */
            sipush 4000
            newarray 8
            putfield test.TestRawStream.mBuffer:[B
         2: .line 9
            return
        end local 0 // test.TestRawStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ltest/TestRawStream;

  protected int testExec(java.io.File);
    descriptor: (Ljava/io/File;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // test.TestRawStream this
        start local 1 // java.io.File file
         0: .line 14
            iconst_0
            istore 2 /* total */
        start local 2 // int total
         1: .line 15
            new java.io.FileInputStream
            dup
            aload 1 /* file */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            astore 3 /* in */
        start local 3 // java.io.InputStream in
         2: .line 17
            aload 0 /* this */
            getfield test.TestRawStream.mBuffer:[B
            astore 5 /* buf */
        start local 5 // byte[] buf
         3: .line 19
            goto 9
        start local 4 // int count
         4: .line 20
      StackMap locals: test.TestRawStream java.io.File int java.io.InputStream int byte[]
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 21
      StackMap locals: int
      StackMap stack:
            iload 2 /* total */
            aload 5 /* buf */
            iload 6 /* i */
            baload
            iadd
            istore 2 /* total */
         7: .line 20
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 4 /* count */
            if_icmplt 6
        end local 6 // int i
        end local 4 // int count
         9: .line 19
      StackMap locals: test.TestRawStream java.io.File int java.io.InputStream top byte[]
      StackMap stack:
            aload 3 /* in */
            aload 5 /* buf */
            invokevirtual java.io.InputStream.read:([B)I
            dup
            istore 4 /* count */
        start local 4 // int count
        10: ifgt 4
        11: .line 25
            aload 3 /* in */
            invokevirtual java.io.InputStream.close:()V
        12: .line 27
            iload 2 /* total */
            ireturn
        end local 5 // byte[] buf
        end local 4 // int count
        end local 3 // java.io.InputStream in
        end local 2 // int total
        end local 1 // java.io.File file
        end local 0 // test.TestRawStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Ltest/TestRawStream;
            0   13     1   file  Ljava/io/File;
            1   13     2  total  I
            2   13     3     in  Ljava/io/InputStream;
            4    9     4  count  I
           10   13     4  count  I
            3   13     5    buf  [B
            5    9     6      i  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      file  

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 32
            new test.TestRawStream
            dup
            invokespecial test.TestRawStream.<init>:()V
            aload 0 /* args */
            invokevirtual test.TestRawStream.test:([Ljava/lang/String;)I
            pop
         1: .line 33
            return
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  args  [Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "TestRawStream.java"