public final class org.xnio.conduits.ConduitStreamSourceChannel implements org.xnio.channels.StreamSourceChannel, org.xnio.channels.ReadListenerSettable<org.xnio.conduits.ConduitStreamSourceChannel>, org.xnio.channels.CloseListenerSettable<org.xnio.conduits.ConduitStreamSourceChannel>, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.xnio.conduits.ConduitStreamSourceChannel
  super_class: java.lang.Object
{
  private final org.xnio.channels.Configurable configurable;
    descriptor: Lorg/xnio/channels/Configurable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.xnio.conduits.StreamSourceConduit conduit;
    descriptor: Lorg/xnio/conduits/StreamSourceConduit;
    flags: (0x0002) ACC_PRIVATE

  private org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSourceChannel> readListener;
    descriptor: Lorg/xnio/ChannelListener;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;

  private org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSourceChannel> closeListener;
    descriptor: Lorg/xnio/ChannelListener;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;

  public void <init>(org.xnio.channels.Configurable, org.xnio.conduits.StreamSourceConduit);
    descriptor: (Lorg/xnio/channels/Configurable;Lorg/xnio/conduits/StreamSourceConduit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // org.xnio.channels.Configurable configurable
        start local 2 // org.xnio.conduits.StreamSourceConduit conduit
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* configurable */
            putfield org.xnio.conduits.ConduitStreamSourceChannel.configurable:Lorg/xnio/channels/Configurable;
         2: .line 56
            aload 0 /* this */
            aload 2 /* conduit */
            putfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
         3: .line 57
            aload 2 /* conduit */
            new org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler
            dup
            aload 0 /* this */
            invokespecial org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.<init>:(Lorg/xnio/channels/SuspendableReadChannel;)V
            invokeinterface org.xnio.conduits.StreamSourceConduit.setReadReadyHandler:(Lorg/xnio/conduits/ReadReadyHandler;)V
         4: .line 58
            return
        end local 2 // org.xnio.conduits.StreamSourceConduit conduit
        end local 1 // org.xnio.channels.Configurable configurable
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    5     1  configurable  Lorg/xnio/channels/Configurable;
            0    5     2       conduit  Lorg/xnio/conduits/StreamSourceConduit;
    MethodParameters:
              Name  Flags
      configurable  final
      conduit       final

  public org.xnio.conduits.StreamSourceConduit getConduit();
    descriptor: ()Lorg/xnio/conduits/StreamSourceConduit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 66
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            areturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;

  public void setConduit(org.xnio.conduits.StreamSourceConduit);
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // org.xnio.conduits.StreamSourceConduit conduit
         0: .line 75
            aload 0 /* this */
            aload 1 /* conduit */
            putfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
         1: .line 76
            return
        end local 1 // org.xnio.conduits.StreamSourceConduit conduit
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    2     1  conduit  Lorg/xnio/conduits/StreamSourceConduit;
    MethodParameters:
         Name  Flags
      conduit  final

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 79
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.isReadShutdown:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;

  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.ConduitStreamSourceChannel this
        start local 1 // long position
        start local 3 // long count
        start local 5 // java.nio.channels.FileChannel target
         0: .line 83
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/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.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            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.ConduitStreamSourceChannel this
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.channels.StreamSinkChannel target
         0: .line 87
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/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.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            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 void setReadListener(org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSourceChannel>);
    descriptor: (Lorg/xnio/ChannelListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // org.xnio.ChannelListener readListener
         0: .line 91
            aload 0 /* this */
            aload 1 /* readListener */
            putfield org.xnio.conduits.ConduitStreamSourceChannel.readListener:Lorg/xnio/ChannelListener;
         1: .line 92
            return
        end local 1 // org.xnio.ChannelListener readListener
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    2     1  readListener  Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;
    Signature: (Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;)V
    MethodParameters:
              Name  Flags
      readListener  final

  public org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSourceChannel> getReadListener();
    descriptor: ()Lorg/xnio/ChannelListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 95
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.readListener:Lorg/xnio/ChannelListener;
            areturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
    Signature: ()Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;

  public void setCloseListener(org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSourceChannel>);
    descriptor: (Lorg/xnio/ChannelListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // org.xnio.ChannelListener closeListener
         0: .line 99
            aload 0 /* this */
            aload 1 /* closeListener */
            putfield org.xnio.conduits.ConduitStreamSourceChannel.closeListener:Lorg/xnio/ChannelListener;
         1: .line 100
            return
        end local 1 // org.xnio.ChannelListener closeListener
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    2     1  closeListener  Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;
    Signature: (Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;)V
    MethodParameters:
               Name  Flags
      closeListener  final

  public org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSourceChannel> getCloseListener();
    descriptor: ()Lorg/xnio/ChannelListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 103
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.closeListener:Lorg/xnio/ChannelListener;
            areturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
    Signature: ()Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSourceChannel;>;

  public org.xnio.ChannelListener$Setter<org.xnio.conduits.ConduitStreamSourceChannel> getReadSetter();
    descriptor: ()Lorg/xnio/ChannelListener$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 107
            new org.xnio.channels.ReadListenerSettable$Setter
            dup
            aload 0 /* this */
            invokespecial org.xnio.channels.ReadListenerSettable$Setter.<init>:(Lorg/xnio/channels/ReadListenerSettable;)V
            areturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
    Signature: ()Lorg/xnio/ChannelListener$Setter<Lorg/xnio/conduits/ConduitStreamSourceChannel;>;

  public org.xnio.ChannelListener$Setter<org.xnio.conduits.ConduitStreamSourceChannel> getCloseSetter();
    descriptor: ()Lorg/xnio/ChannelListener$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 111
            new org.xnio.channels.CloseListenerSettable$Setter
            dup
            aload 0 /* this */
            invokespecial org.xnio.channels.CloseListenerSettable$Setter.<init>:(Lorg/xnio/channels/CloseListenerSettable;)V
            areturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
    Signature: ()Lorg/xnio/ChannelListener$Setter<Lorg/xnio/conduits/ConduitStreamSourceChannel;>;

  public org.xnio.XnioWorker getWorker();
    descriptor: ()Lorg/xnio/XnioWorker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 115
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.getWorker:()Lorg/xnio/XnioWorker;
            areturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;

  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.ConduitStreamSourceChannel this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offset
        start local 3 // int length
         0: .line 119
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            aload 1 /* dsts */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    1     1    dsts  [Ljava/nio/ByteBuffer;
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      dsts    final
      offset  final
      length  final

  public long read(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // java.nio.ByteBuffer[] dsts
         0: .line 123
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            aload 1 /* dsts */
            iconst_0
            aload 1 /* dsts */
            arraylength
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    1     1  dsts  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dsts  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.ConduitStreamSourceChannel this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 127
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/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.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    1     1   dst  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   final

  public void suspendReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 131
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.suspendReads:()V
         1: .line 132
            return
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;

  public void resumeReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 135
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.resumeReads:()V
         1: .line 136
            return
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;

  public boolean isReadResumed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 139
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.isReadResumed:()Z
            ireturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;

  public void wakeupReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 143
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.wakeupReads:()V
         1: .line 144
            return
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;

  public void shutdownReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 147
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.terminateReads:()V
         1: .line 148
            return
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
    Exceptions:
      throws java.io.IOException

  public void awaitReadable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 151
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.awaitReadable:()V
         1: .line 152
            return
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
    Exceptions:
      throws java.io.IOException

  public void awaitReadable(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 155
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokeinterface org.xnio.conduits.StreamSourceConduit.awaitReadable:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 156
            return
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    2     1      time  J
            0    2     3  timeUnit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      time      final
      timeUnit  final

  public org.xnio.XnioExecutor getReadThread();
    descriptor: ()Lorg/xnio/XnioExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 160
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.getReadThread:()Lorg/xnio/XnioIoThread;
            areturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.xnio.XnioIoThread getIoThread();
    descriptor: ()Lorg/xnio/XnioIoThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 164
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.getReadThread:()Lorg/xnio/XnioIoThread;
            areturn
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 168
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.conduit:Lorg/xnio/conduits/StreamSourceConduit;
            invokeinterface org.xnio.conduits.StreamSourceConduit.terminateReads:()V
         1: .line 169
            return
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
    Exceptions:
      throws java.io.IOException

  public boolean supportsOption(org.xnio.Option<?>);
    descriptor: (Lorg/xnio/Option;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // org.xnio.Option option
         0: .line 172
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.configurable:Lorg/xnio/channels/Configurable;
            aload 1 /* option */
            invokeinterface org.xnio.channels.Configurable.supportsOption:(Lorg/xnio/Option;)Z
            ireturn
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    1     1  option  Lorg/xnio/Option<*>;
    Signature: (Lorg/xnio/Option<*>;)Z
    MethodParameters:
        Name  Flags
      option  final

  public <T> T getOption(org.xnio.Option<T>);
    descriptor: (Lorg/xnio/Option;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // org.xnio.Option option
         0: .line 176
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.configurable:Lorg/xnio/channels/Configurable;
            aload 1 /* option */
            invokeinterface org.xnio.channels.Configurable.getOption:(Lorg/xnio/Option;)Ljava/lang/Object;
            areturn
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    1     1  option  Lorg/xnio/Option<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lorg/xnio/Option<TT;>;)TT;
    MethodParameters:
        Name  Flags
      option  final

  public <T> T setOption(org.xnio.Option<T>, );
    descriptor: (Lorg/xnio/Option;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
        start local 1 // org.xnio.Option option
        start local 2 // java.lang.Object value
         0: .line 180
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitStreamSourceChannel.configurable:Lorg/xnio/channels/Configurable;
            aload 1 /* option */
            aload 2 /* value */
            invokeinterface org.xnio.channels.Configurable.setOption:(Lorg/xnio/Option;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            0    1     1  option  Lorg/xnio/Option<TT;>;
            0    1     2   value  TT;
    Exceptions:
      throws java.lang.IllegalArgumentException, java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lorg/xnio/Option<TT;>;TT;)TT;
    MethodParameters:
        Name  Flags
      option  final
      value   final

  public org.xnio.conduits.ConduitStreamSourceChannel clone();
    descriptor: ()Lorg/xnio/conduits/ConduitStreamSourceChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
         0: .line 190
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.xnio.conduits.ConduitStreamSourceChannel
         1: areturn
         2: .line 191
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         3: .line 192
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException e
        end local 0 // org.xnio.conduits.ConduitStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/xnio/conduits/ConduitStreamSourceChannel;
            3    4     1     e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.xnio.conduits.ConduitStreamSourceChannel.clone:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
Signature: Ljava/lang/Object;Lorg/xnio/channels/StreamSourceChannel;Lorg/xnio/channels/ReadListenerSettable<Lorg/xnio/conduits/ConduitStreamSourceChannel;>;Lorg/xnio/channels/CloseListenerSettable<Lorg/xnio/conduits/ConduitStreamSourceChannel;>;Ljava/lang/Cloneable;
SourceFile: "ConduitStreamSourceChannel.java"
InnerClasses:
  public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener
  public Setter = org.xnio.channels.CloseListenerSettable$Setter of org.xnio.channels.CloseListenerSettable
  public Setter = org.xnio.channels.ReadListenerSettable$Setter of org.xnio.channels.ReadListenerSettable
  public ChannelListenerHandler = org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler of org.xnio.conduits.ReadReadyHandler