public final class io.undertow.conduits.FinishableStreamSourceConduit extends org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.conduits.FinishableStreamSourceConduit
  super_class: org.xnio.conduits.AbstractStreamSourceConduit
{
  private final io.undertow.conduits.ConduitListener<? super io.undertow.conduits.FinishableStreamSourceConduit> finishListener;
    descriptor: Lio/undertow/conduits/ConduitListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/undertow/conduits/ConduitListener<-Lio/undertow/conduits/FinishableStreamSourceConduit;>;

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

  public void <init>(org.xnio.conduits.StreamSourceConduit, io.undertow.conduits.ConduitListener<? super io.undertow.conduits.FinishableStreamSourceConduit>);
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;Lio/undertow/conduits/ConduitListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
        start local 1 // org.xnio.conduits.StreamSourceConduit next
        start local 2 // io.undertow.conduits.ConduitListener finishListener
         0: .line 41
            aload 0 /* this */
            aload 1 /* next */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.<init>:(Lorg/xnio/conduits/StreamSourceConduit;)V
         1: .line 38
            aload 0 /* this */
            iconst_0
            putfield io.undertow.conduits.FinishableStreamSourceConduit.finishCalled:Z
         2: .line 42
            aload 0 /* this */
            aload 2 /* finishListener */
            putfield io.undertow.conduits.FinishableStreamSourceConduit.finishListener:Lio/undertow/conduits/ConduitListener;
         3: .line 43
            return
        end local 2 // io.undertow.conduits.ConduitListener finishListener
        end local 1 // org.xnio.conduits.StreamSourceConduit next
        end local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/undertow/conduits/FinishableStreamSourceConduit;
            0    4     1            next  Lorg/xnio/conduits/StreamSourceConduit;
            0    4     2  finishListener  Lio/undertow/conduits/ConduitListener<-Lio/undertow/conduits/FinishableStreamSourceConduit;>;
    Signature: (Lorg/xnio/conduits/StreamSourceConduit;Lio/undertow/conduits/ConduitListener<-Lio/undertow/conduits/FinishableStreamSourceConduit;>;)V
    MethodParameters:
                Name  Flags
      next            final
      finishListener  final

  public long transferTo(long, long, java.nio.channels.FileChannel);
    descriptor: (JJLjava/nio/channels/FileChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=4
        start local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
        start local 1 // long position
        start local 3 // long count
        start local 5 // java.nio.channels.FileChannel target
         0: .line 46
            lconst_0
            lstore 6 /* res */
        start local 6 // long res
         1: .line 48
            aload 0 /* this */
            getfield io.undertow.conduits.FinishableStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            lload 1 /* position */
            lload 3 /* count */
            aload 5 /* target */
            invokeinterface org.xnio.conduits.StreamSourceConduit.transferTo:(JJLjava/nio/channels/FileChannel;)J
            dup2
            lstore 6 /* res */
            lstore 9
         2: .line 50
            aload 0 /* this */
            lload 6 /* res */
            invokevirtual io.undertow.conduits.FinishableStreamSourceConduit.exitRead:(J)V
         3: .line 48
            lload 9
            lreturn
         4: .line 49
      StackMap locals: io.undertow.conduits.FinishableStreamSourceConduit long long java.nio.channels.FileChannel long
      StackMap stack: java.lang.Throwable
            astore 8
         5: .line 50
            aload 0 /* this */
            lload 6 /* res */
            invokevirtual io.undertow.conduits.FinishableStreamSourceConduit.exitRead:(J)V
         6: .line 51
            aload 8
            athrow
        end local 6 // long res
        end local 5 // java.nio.channels.FileChannel target
        end local 3 // long count
        end local 1 // long position
        end local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/undertow/conduits/FinishableStreamSourceConduit;
            0    7     1  position  J
            0    7     3     count  J
            0    7     5    target  Ljava/nio/channels/FileChannel;
            1    7     6       res  J
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      position  final
      count     final
      target    final

  public long transferTo(long, java.nio.ByteBuffer, org.xnio.channels.StreamSinkChannel);
    descriptor: (JLjava/nio/ByteBuffer;Lorg/xnio/channels/StreamSinkChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.channels.StreamSinkChannel target
         0: .line 55
            lconst_0
            lstore 5 /* res */
        start local 5 // long res
         1: .line 57
            aload 0 /* this */
            getfield io.undertow.conduits.FinishableStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            lload 1 /* count */
            aload 3 /* throughBuffer */
            aload 4 /* target */
            invokeinterface org.xnio.conduits.StreamSourceConduit.transferTo:(JLjava/nio/ByteBuffer;Lorg/xnio/channels/StreamSinkChannel;)J
            dup2
            lstore 5 /* res */
            lstore 8
         2: .line 59
            aload 0 /* this */
            lload 5 /* res */
            invokevirtual io.undertow.conduits.FinishableStreamSourceConduit.exitRead:(J)V
         3: .line 57
            lload 8
            lreturn
         4: .line 58
      StackMap locals: io.undertow.conduits.FinishableStreamSourceConduit long java.nio.ByteBuffer org.xnio.channels.StreamSinkChannel long
      StackMap stack: java.lang.Throwable
            astore 7
         5: .line 59
            aload 0 /* this */
            lload 5 /* res */
            invokevirtual io.undertow.conduits.FinishableStreamSourceConduit.exitRead:(J)V
         6: .line 60
            aload 7
            athrow
        end local 5 // long res
        end local 4 // org.xnio.channels.StreamSinkChannel target
        end local 3 // java.nio.ByteBuffer throughBuffer
        end local 1 // long count
        end local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lio/undertow/conduits/FinishableStreamSourceConduit;
            0    7     1          count  J
            0    7     3  throughBuffer  Ljava/nio/ByteBuffer;
            0    7     4         target  Lorg/xnio/channels/StreamSinkChannel;
            1    7     5            res  J
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      count          final
      throughBuffer  final
      target         final

  public long read(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offset
        start local 3 // int length
         0: .line 64
            lconst_0
            lstore 4 /* res */
        start local 4 // long res
         1: .line 66
            aload 0 /* this */
            getfield io.undertow.conduits.FinishableStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            aload 1 /* dsts */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:([Ljava/nio/ByteBuffer;II)J
            dup2
            lstore 4 /* res */
            lstore 7
         2: .line 68
            aload 0 /* this */
            lload 4 /* res */
            invokevirtual io.undertow.conduits.FinishableStreamSourceConduit.exitRead:(J)V
         3: .line 66
            lload 7
            lreturn
         4: .line 67
      StackMap locals: io.undertow.conduits.FinishableStreamSourceConduit java.nio.ByteBuffer[] int int long
      StackMap stack: java.lang.Throwable
            astore 6
         5: .line 68
            aload 0 /* this */
            lload 4 /* res */
            invokevirtual io.undertow.conduits.FinishableStreamSourceConduit.exitRead:(J)V
         6: .line 69
            aload 6
            athrow
        end local 4 // long res
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/undertow/conduits/FinishableStreamSourceConduit;
            0    7     1    dsts  [Ljava/nio/ByteBuffer;
            0    7     2  offset  I
            0    7     3  length  I
            1    7     4     res  J
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      dsts    final
      offset  final
      length  final

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 73
            iconst_0
            istore 2 /* res */
        start local 2 // int res
         1: .line 75
            aload 0 /* this */
            getfield io.undertow.conduits.FinishableStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            aload 1 /* dst */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:(Ljava/nio/ByteBuffer;)I
            dup
            istore 2 /* res */
            istore 4
         2: .line 77
            aload 0 /* this */
            iload 2 /* res */
            i2l
            invokevirtual io.undertow.conduits.FinishableStreamSourceConduit.exitRead:(J)V
         3: .line 75
            iload 4
            ireturn
         4: .line 76
      StackMap locals: io.undertow.conduits.FinishableStreamSourceConduit java.nio.ByteBuffer int
      StackMap stack: java.lang.Throwable
            astore 3
         5: .line 77
            aload 0 /* this */
            iload 2 /* res */
            i2l
            invokevirtual io.undertow.conduits.FinishableStreamSourceConduit.exitRead:(J)V
         6: .line 78
            aload 3
            athrow
        end local 2 // int res
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/undertow/conduits/FinishableStreamSourceConduit;
            0    7     1   dst  Ljava/nio/ByteBuffer;
            1    7     2   res  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   final

  private void exitRead(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
        start local 1 // long consumed
         0: .line 87
            lload 1 /* consumed */
            ldc -1
            lcmp
            ifne 4
         1: .line 88
            aload 0 /* this */
            getfield io.undertow.conduits.FinishableStreamSourceConduit.finishCalled:Z
            ifne 4
         2: .line 89
            aload 0 /* this */
            iconst_1
            putfield io.undertow.conduits.FinishableStreamSourceConduit.finishCalled:Z
         3: .line 90
            aload 0 /* this */
            getfield io.undertow.conduits.FinishableStreamSourceConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
         4: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long consumed
        end local 0 // io.undertow.conduits.FinishableStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/undertow/conduits/FinishableStreamSourceConduit;
            0    5     1  consumed  J
    MethodParameters:
          Name  Flags
      consumed  
}
Signature: Lorg/xnio/conduits/AbstractStreamSourceConduit<Lorg/xnio/conduits/StreamSourceConduit;>;
SourceFile: "FinishableStreamSourceConduit.java"