public abstract class org.xnio.conduits.AbstractStreamSourceConduit<D extends org.xnio.conduits.StreamSourceConduit> extends org.xnio.conduits.AbstractSourceConduit<D> implements org.xnio.conduits.StreamSourceConduit
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.xnio.conduits.AbstractStreamSourceConduit
  super_class: org.xnio.conduits.AbstractSourceConduit
{
  protected void <init>();
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
        start local 1 // org.xnio.conduits.StreamSourceConduit next
         0: .line 39
            aload 0 /* this */
            aload 1 /* next */
            invokespecial org.xnio.conduits.AbstractSourceConduit.<init>:(Lorg/xnio/conduits/SourceConduit;)V
         1: .line 40
            return
        end local 1 // org.xnio.conduits.StreamSourceConduit next
        end local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
            0    2     1  next  TD;
    Signature: (TD;)V
    MethodParameters:
      Name  Flags
      next  final

  public long transferTo(long, long, java.nio.channels.FileChannel);
    descriptor: (JJLjava/nio/channels/FileChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
        start local 1 // long position
        start local 3 // long count
        start local 5 // java.nio.channels.FileChannel target
         0: .line 43
            aload 0 /* this */
            getfield org.xnio.conduits.AbstractStreamSourceConduit.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
            lreturn
        end local 5 // java.nio.channels.FileChannel target
        end local 3 // long count
        end local 1 // long position
        end local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
            0    1     1  position  J
            0    1     3     count  J
            0    1     5    target  Ljava/nio/channels/FileChannel;
    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=5, args_size=4
        start local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.channels.StreamSinkChannel target
         0: .line 47
            aload 0 /* this */
            getfield org.xnio.conduits.AbstractStreamSourceConduit.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
            lreturn
        end local 4 // org.xnio.channels.StreamSinkChannel target
        end local 3 // java.nio.ByteBuffer throughBuffer
        end local 1 // long count
        end local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
            0    1     1          count  J
            0    1     3  throughBuffer  Ljava/nio/ByteBuffer;
            0    1     4         target  Lorg/xnio/channels/StreamSinkChannel;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      count          final
      throughBuffer  final
      target         final

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 51
            aload 0 /* this */
            getfield org.xnio.conduits.AbstractStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            aload 1 /* dst */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
            0    1     1   dst  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   final

  public long read(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offs
        start local 3 // int len
         0: .line 55
            aload 0 /* this */
            getfield org.xnio.conduits.AbstractStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            aload 1 /* dsts */
            iload 2 /* offs */
            iload 3 /* len */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int len
        end local 2 // int offs
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // org.xnio.conduits.AbstractStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
            0    1     1  dsts  [Ljava/nio/ByteBuffer;
            0    1     2  offs  I
            0    1     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dsts  final
      offs  final
      len   final
}
Signature: <D::Lorg/xnio/conduits/StreamSourceConduit;>Lorg/xnio/conduits/AbstractSourceConduit<TD;>;Lorg/xnio/conduits/StreamSourceConduit;
SourceFile: "AbstractStreamSourceConduit.java"