class org.eclipse.jgit.util.FS$StreamGobbler implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.util.FS$StreamGobbler
  super_class: java.lang.Object
{
  private java.io.InputStream in;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.io.OutputStream out;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.InputStream, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.util.FS$StreamGobbler this
        start local 1 // java.io.InputStream stream
        start local 2 // java.io.OutputStream output
         0: .line 2205
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2206
            aload 0 /* this */
            aload 1 /* stream */
            putfield org.eclipse.jgit.util.FS$StreamGobbler.in:Ljava/io/InputStream;
         2: .line 2207
            aload 0 /* this */
            aload 2 /* output */
            putfield org.eclipse.jgit.util.FS$StreamGobbler.out:Ljava/io/OutputStream;
         3: .line 2208
            return
        end local 2 // java.io.OutputStream output
        end local 1 // java.io.InputStream stream
        end local 0 // org.eclipse.jgit.util.FS$StreamGobbler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jgit/util/FS$StreamGobbler;
            0    4     1  stream  Ljava/io/InputStream;
            0    4     2  output  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      stream  
      output  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$StreamGobbler this
         0: .line 2213
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.util.FS$StreamGobbler.copy:()V
         1: .line 2214
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 2217
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.util.FS$StreamGobbler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/util/FS$StreamGobbler;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  void copy();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.jgit.util.FS$StreamGobbler this
         0: .line 2220
            iconst_0
            istore 1 /* writeFailure */
        start local 1 // boolean writeFailure
         1: .line 2221
            sipush 4096
            newarray 8
            astore 2 /* buffer */
        start local 2 // byte[] buffer
         2: .line 2223
            goto 9
        start local 3 // int readBytes
         3: .line 2227
      StackMap locals: int byte[] int
      StackMap stack:
            iload 1 /* writeFailure */
            ifne 9
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$StreamGobbler.out:Ljava/io/OutputStream;
            ifnull 9
         4: .line 2229
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$StreamGobbler.out:Ljava/io/OutputStream;
            aload 2 /* buffer */
            iconst_0
            iload 3 /* readBytes */
            invokevirtual java.io.OutputStream.write:([BII)V
         5: .line 2230
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$StreamGobbler.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         6: .line 2231
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: pop
         8: .line 2232
            iconst_1
            istore 1 /* writeFailure */
        end local 3 // int readBytes
         9: .line 2223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.FS$StreamGobbler.in:Ljava/io/InputStream;
            aload 2 /* buffer */
            invokevirtual java.io.InputStream.read:([B)I
            dup
            istore 3 /* readBytes */
        start local 3 // int readBytes
        10: iconst_m1
            if_icmpne 3
        11: .line 2236
            return
        end local 3 // int readBytes
        end local 2 // byte[] buffer
        end local 1 // boolean writeFailure
        end local 0 // org.eclipse.jgit.util.FS$StreamGobbler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/eclipse/jgit/util/FS$StreamGobbler;
            1   12     1  writeFailure  Z
            2   12     2        buffer  [B
            3    9     3     readBytes  I
           10   12     3     readBytes  I
      Exception table:
        from    to  target  type
           4     6       7  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FS.java"
NestHost: org.eclipse.jgit.util.FS
InnerClasses:
  private StreamGobbler = org.eclipse.jgit.util.FS$StreamGobbler of org.eclipse.jgit.util.FS