public final class org.xnio.conduits.StreamSourceChannelWrappingConduit implements org.xnio.conduits.StreamSourceConduit
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.xnio.conduits.StreamSourceChannelWrappingConduit
  super_class: java.lang.Object
{
  private final org.xnio.channels.StreamSourceChannel channel;
    descriptor: Lorg/xnio/channels/StreamSourceChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.xnio.channels.StreamSourceChannel);
    descriptor: (Lorg/xnio/channels/StreamSourceChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
        start local 1 // org.xnio.channels.StreamSourceChannel channel
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* channel */
            putfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
         2: .line 28
            return
        end local 1 // org.xnio.channels.StreamSourceChannel channel
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
            0    3     1  channel  Lorg/xnio/channels/StreamSourceChannel;
    MethodParameters:
         Name  Flags
      channel  final

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

  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.StreamSourceChannelWrappingConduit this
        start local 1 // long position
        start local 3 // long count
        start local 5 // java.nio.channels.FileChannel target
         0: .line 35
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            lload 1 /* position */
            lload 3 /* count */
            aload 5 /* target */
            invokeinterface org.xnio.channels.StreamSourceChannel.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.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
            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.StreamSourceChannelWrappingConduit this
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.channels.StreamSinkChannel target
         0: .line 39
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            lload 1 /* count */
            aload 3 /* throughBuffer */
            aload 4 /* target */
            invokeinterface org.xnio.channels.StreamSourceChannel.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.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
            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.StreamSourceChannelWrappingConduit this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 43
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            aload 1 /* dst */
            invokeinterface org.xnio.channels.StreamSourceChannel.read:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
            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.StreamSourceChannelWrappingConduit this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offs
        start local 3 // int len
         0: .line 47
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            aload 1 /* dsts */
            iload 2 /* offs */
            iload 3 /* len */
            invokeinterface org.xnio.channels.StreamSourceChannel.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.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
            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

  public boolean isReadShutdown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
         0: .line 51
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            invokeinterface org.xnio.channels.StreamSourceChannel.isOpen:()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.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;

  public void resumeReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
         0: .line 55
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            invokeinterface org.xnio.channels.StreamSourceChannel.resumeReads:()V
         1: .line 56
            return
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;

  public void suspendReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
         0: .line 59
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            invokeinterface org.xnio.channels.StreamSourceChannel.suspendReads:()V
         1: .line 60
            return
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;

  public void wakeupReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
         0: .line 63
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            invokeinterface org.xnio.channels.StreamSourceChannel.wakeupReads:()V
         1: .line 64
            return
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;

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

  public void awaitReadable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
         0: .line 71
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            invokeinterface org.xnio.channels.StreamSourceChannel.awaitReadable:()V
         1: .line 72
            return
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
    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.StreamSourceChannelWrappingConduit this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 75
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokeinterface org.xnio.channels.StreamSourceChannel.awaitReadable:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 76
            return
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
            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.XnioIoThread getReadThread();
    descriptor: ()Lorg/xnio/XnioIoThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
         0: .line 79
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            invokeinterface org.xnio.channels.StreamSourceChannel.getIoThread:()Lorg/xnio/XnioIoThread;
            areturn
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;

  public void setReadReadyHandler(org.xnio.conduits.ReadReadyHandler);
    descriptor: (Lorg/xnio/conduits/ReadReadyHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
        start local 1 // org.xnio.conduits.ReadReadyHandler handler
         0: .line 83
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            invokeinterface org.xnio.channels.StreamSourceChannel.getReadSetter:()Lorg/xnio/ChannelListener$Setter;
            new org.xnio.conduits.StreamSourceChannelWrappingConduit$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial org.xnio.conduits.StreamSourceChannelWrappingConduit$1.<init>:(Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;Lorg/xnio/conduits/ReadReadyHandler;)V
            invokeinterface org.xnio.ChannelListener$Setter.set:(Lorg/xnio/ChannelListener;)V
         1: .line 88
            return
        end local 1 // org.xnio.conduits.ReadReadyHandler handler
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
            0    2     1  handler  Lorg/xnio/conduits/ReadReadyHandler;
    MethodParameters:
         Name  Flags
      handler  final

  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.StreamSourceChannelWrappingConduit this
         0: .line 91
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSourceChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSourceChannel;
            invokeinterface org.xnio.channels.StreamSourceChannel.getWorker:()Lorg/xnio/XnioWorker;
            areturn
        end local 0 // org.xnio.conduits.StreamSourceChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/StreamSourceChannelWrappingConduit;
}
SourceFile: "StreamSourceChannelWrappingConduit.java"
NestMembers:
  org.xnio.conduits.StreamSourceChannelWrappingConduit$1
InnerClasses:
  public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener
  org.xnio.conduits.StreamSourceChannelWrappingConduit$1