class org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream
  super_class: java.io.OutputStream
{
  private final java.io.InputStream in;
    descriptor: Ljava/io/InputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.OutputStream out;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.io.InputStream, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
        start local 1 // java.io.InputStream in
        start local 2 // java.io.OutputStream out
         0: .line 457
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 458
            aload 0 /* this */
            aload 1 /* in */
            putfield org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.in:Ljava/io/InputStream;
         2: .line 459
            aload 0 /* this */
            aload 2 /* out */
            putfield org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.out:Ljava/io/OutputStream;
         3: .line 460
            return
        end local 2 // java.io.OutputStream out
        end local 1 // java.io.InputStream in
        end local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/transport/BasePackPushConnection$CheckingSideBandOutputStream;
            0    4     1    in  Ljava/io/InputStream;
            0    4     2   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      in    
      out   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
        start local 1 // int b
         0: .line 464
            aload 0 /* this */
            iconst_1
            newarray 8
            dup
            iconst_0
            iload 1 /* b */
            i2b
            bastore
            invokevirtual org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.write:([B)V
         1: .line 465
            return
        end local 1 // int b
        end local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/BasePackPushConnection$CheckingSideBandOutputStream;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
        start local 1 // byte[] buf
        start local 2 // int ptr
        start local 3 // int cnt
         0: .line 470
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.out:Ljava/io/OutputStream;
            aload 1 /* buf */
            iload 2 /* ptr */
            iload 3 /* cnt */
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 471
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 4 /* e */
        start local 4 // java.io.IOException e
         3: .line 472
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.checkError:(Ljava/io/IOException;)Ljava/io/IOException;
            athrow
        end local 4 // java.io.IOException e
         4: .line 474
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int cnt
        end local 2 // int ptr
        end local 1 // byte[] buf
        end local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/transport/BasePackPushConnection$CheckingSideBandOutputStream;
            0    5     1   buf  [B
            0    5     2   ptr  I
            0    5     3   cnt  I
            3    4     4     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   
      ptr   
      cnt   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
         0: .line 479
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         1: .line 480
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 481
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.checkError:(Ljava/io/IOException;)Ljava/io/IOException;
            athrow
        end local 1 // java.io.IOException e
         4: .line 483
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/transport/BasePackPushConnection$CheckingSideBandOutputStream;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  private java.io.IOException checkError(java.io.IOException);
    descriptor: (Ljava/io/IOException;)Ljava/io/IOException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
        start local 1 // java.io.IOException e1
         0: .line 487
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            pop
         1: .line 488
            goto 6
      StackMap locals:
      StackMap stack: org.eclipse.jgit.errors.TransportException
         2: astore 2 /* e2 */
        start local 2 // org.eclipse.jgit.errors.TransportException e2
         3: .line 489
            aload 2 /* e2 */
            areturn
        end local 2 // org.eclipse.jgit.errors.TransportException e2
         4: .line 490
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         5: .line 491
            aload 1 /* e1 */
            areturn
         6: .line 493
      StackMap locals:
      StackMap stack:
            aload 1 /* e1 */
            areturn
        end local 1 // java.io.IOException e1
        end local 0 // org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jgit/transport/BasePackPushConnection$CheckingSideBandOutputStream;
            0    7     1    e1  Ljava/io/IOException;
            3    4     2    e2  Lorg/eclipse/jgit/errors/TransportException;
      Exception table:
        from    to  target  type
           0     1       2  Class org.eclipse.jgit.errors.TransportException
           0     1       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      e1    
}
SourceFile: "BasePackPushConnection.java"
NestHost: org.eclipse.jgit.transport.BasePackPushConnection
InnerClasses:
  private CheckingSideBandOutputStream = org.eclipse.jgit.transport.BasePackPushConnection$CheckingSideBandOutputStream of org.eclipse.jgit.transport.BasePackPushConnection