class org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB extends org.eclipse.jetty.util.IteratingNestedCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB
  super_class: org.eclipse.jetty.util.IteratingNestedCallback
{
  private final java.io.InputStream _in;
    descriptor: Ljava/io/InputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.ByteBuffer _buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean _eof;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.jetty.server.HttpOutput this$0;
    descriptor: Lorg/eclipse/jetty/server/HttpOutput;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jetty.server.HttpOutput, java.io.InputStream, org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/server/HttpOutput;Ljava/io/InputStream;Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB this
        start local 2 // java.io.InputStream in
        start local 3 // org.eclipse.jetty.util.Callback callback
         0: .line 1406
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
         1: .line 1407
            aload 0 /* this */
            aload 3 /* callback */
            invokespecial org.eclipse.jetty.util.IteratingNestedCallback.<init>:(Lorg/eclipse/jetty/util/Callback;)V
         2: .line 1408
            aload 0 /* this */
            aload 2 /* in */
            putfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._in:Ljava/io/InputStream;
         3: .line 1409
            aload 0 /* this */
            aload 1
            getfield org.eclipse.jetty.server.HttpOutput._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getByteBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 1
            invokevirtual org.eclipse.jetty.server.HttpOutput.getBufferSize:()I
            iconst_0
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.acquire:(IZ)Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
         4: .line 1410
            return
        end local 3 // org.eclipse.jetty.util.Callback callback
        end local 2 // java.io.InputStream in
        end local 0 // org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jetty/server/HttpOutput$InputStreamWritingCB;
            0    5     2        in  Ljava/io/InputStream;
            0    5     3  callback  Lorg/eclipse/jetty/util/Callback;
    MethodParameters:
          Name  Flags
      this$0    final
      in        
      callback  

  protected org.eclipse.jetty.util.IteratingCallback$Action process();
    descriptor: ()Lorg/eclipse/jetty/util/IteratingCallback$Action;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB this
         0: .line 1417
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._eof:Z
            ifeq 7
         1: .line 1419
            getstatic org.eclipse.jetty.server.HttpOutput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 3
         2: .line 1420
            getstatic org.eclipse.jetty.server.HttpOutput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "EOF of {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 1422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         4: .line 1423
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            invokevirtual org.eclipse.jetty.server.HttpOutput.closed:()V
         5: .line 1424
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getByteBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
         6: .line 1425
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SUCCEEDED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
         7: .line 1429
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* len */
        start local 1 // int len
         8: .line 1430
            goto 13
         9: .line 1432
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._in:Ljava/io/InputStream;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            iload 1 /* len */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
            iload 1 /* len */
            isub
            invokevirtual java.io.InputStream.read:([BII)I
            istore 2 /* r */
        start local 2 // int r
        10: .line 1433
            iload 2 /* r */
            ifge 12
        11: .line 1434
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._eof:Z
            goto 13
        12: .line 1436
      StackMap locals: int
      StackMap stack:
            iload 1 /* len */
            iload 2 /* r */
            iadd
            istore 1 /* len */
        end local 2 // int r
        13: .line 1430
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
            if_icmpge 14
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._eof:Z
            ifeq 9
        14: .line 1440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        15: .line 1441
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            iload 1 /* len */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        16: .line 1442
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            dup
            getfield org.eclipse.jetty.server.HttpOutput._written:J
            iload 1 /* len */
            i2l
            ladd
            putfield org.eclipse.jetty.server.HttpOutput._written:J
        17: .line 1443
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._eof:Z
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpOutput.write:(Ljava/nio/ByteBuffer;ZLorg/eclipse/jetty/util/Callback;)V
        18: .line 1444
            getstatic org.eclipse.jetty.util.IteratingCallback$Action.SCHEDULED:Lorg/eclipse/jetty/util/IteratingCallback$Action;
            areturn
        end local 1 // int len
        end local 0 // org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lorg/eclipse/jetty/server/HttpOutput$InputStreamWritingCB;
            8   19     1   len  I
           10   13     2     r  I
    Exceptions:
      throws java.lang.Exception

  public void onCompleteFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB this
        start local 1 // java.lang.Throwable x
         0: .line 1450
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            aload 1 /* x */
            invokevirtual org.eclipse.jetty.server.HttpOutput.abort:(Ljava/lang/Throwable;)V
         1: .line 1451
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB.this$0:Lorg/eclipse/jetty/server/HttpOutput;
            getfield org.eclipse.jetty.server.HttpOutput._channel:Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getByteBufferPool:()Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._buffer:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
         2: .line 1452
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB._in:Ljava/io/InputStream;
            invokestatic org.eclipse.jetty.util.IO.close:(Ljava/io/InputStream;)V
         3: .line 1453
            aload 0 /* this */
            aload 1 /* x */
            invokespecial org.eclipse.jetty.util.IteratingNestedCallback.onCompleteFailure:(Ljava/lang/Throwable;)V
         4: .line 1454
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/HttpOutput$InputStreamWritingCB;
            0    5     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "HttpOutput.java"
NestHost: org.eclipse.jetty.server.HttpOutput
InnerClasses:
  private InputStreamWritingCB = org.eclipse.jetty.server.HttpOutput$InputStreamWritingCB of org.eclipse.jetty.server.HttpOutput
  protected final Action = org.eclipse.jetty.util.IteratingCallback$Action of org.eclipse.jetty.util.IteratingCallback