class org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper
  super_class: java.io.OutputStream
{
  final org.eclipse.jgit.transport.ReceivePack this$0;
    descriptor: Lorg/eclipse/jgit/transport/ReceivePack;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.transport.ReceivePack);
    descriptor: (Lorg/eclipse/jgit/transport/ReceivePack;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
         0: .line 357
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/ReceivePack$MessageOutputWrapper;
    MethodParameters:
        Name  Flags
      this$0  final

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
        start local 1 // int ch
         0: .line 360
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.msgOut:Ljava/io/OutputStream;
            ifnull 4
         1: .line 362
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.msgOut:Ljava/io/OutputStream;
            iload 1 /* ch */
            invokevirtual java.io.OutputStream.write:(I)V
         2: .line 363
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 367
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int ch
        end local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/transport/ReceivePack$MessageOutputWrapper;
            0    5     1    ch  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      ch    

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 371
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.msgOut:Ljava/io/OutputStream;
            ifnull 4
         1: .line 373
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.msgOut:Ljava/io/OutputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
         2: .line 374
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 378
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/transport/ReceivePack$MessageOutputWrapper;
            0    5     1     b  [B
            0    5     2   off  I
            0    5     3   len  I
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
        start local 1 // byte[] b
         0: .line 382
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper.write:([BII)V
         1: .line 383
            return
        end local 1 // byte[] b
        end local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/ReceivePack$MessageOutputWrapper;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
         0: .line 387
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.msgOut:Ljava/io/OutputStream;
            ifnull 4
         1: .line 389
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.msgOut:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         2: .line 390
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         3: pop
         4: .line 394
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/transport/ReceivePack$MessageOutputWrapper;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
}
SourceFile: "ReceivePack.java"
NestHost: org.eclipse.jgit.transport.ReceivePack
InnerClasses:
  MessageOutputWrapper = org.eclipse.jgit.transport.ReceivePack$MessageOutputWrapper of org.eclipse.jgit.transport.ReceivePack