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

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

  public long transferFrom(java.nio.channels.FileChannel, long, long);
    descriptor: (Ljava/nio/channels/FileChannel;JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
        start local 1 // java.nio.channels.FileChannel src
        start local 2 // long position
        start local 4 // long count
         0: .line 49
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSinkChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSinkChannel;
            aload 1 /* src */
            lload 2 /* position */
            lload 4 /* count */
            invokeinterface org.xnio.channels.StreamSinkChannel.transferFrom:(Ljava/nio/channels/FileChannel;JJ)J
            lreturn
        end local 4 // long count
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel src
        end local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/xnio/conduits/StreamSinkChannelWrappingConduit;
            0    1     1       src  Ljava/nio/channels/FileChannel;
            0    1     2  position  J
            0    1     4     count  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      src       final
      position  final
      count     final

  public long transferFrom(org.xnio.channels.StreamSourceChannel, long, java.nio.ByteBuffer);
    descriptor: (Lorg/xnio/channels/StreamSourceChannel;JLjava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
        start local 1 // org.xnio.channels.StreamSourceChannel source
        start local 2 // long count
        start local 4 // java.nio.ByteBuffer throughBuffer
         0: .line 53
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSinkChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSinkChannel;
            aload 1 /* source */
            lload 2 /* count */
            aload 4 /* throughBuffer */
            invokeinterface org.xnio.channels.StreamSinkChannel.transferFrom:(Lorg/xnio/channels/StreamSourceChannel;JLjava/nio/ByteBuffer;)J
            lreturn
        end local 4 // java.nio.ByteBuffer throughBuffer
        end local 2 // long count
        end local 1 // org.xnio.channels.StreamSourceChannel source
        end local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/xnio/conduits/StreamSinkChannelWrappingConduit;
            0    1     1         source  Lorg/xnio/channels/StreamSourceChannel;
            0    1     2          count  J
            0    1     4  throughBuffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      source         final
      count          final
      throughBuffer  final

  public int write(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.StreamSinkChannelWrappingConduit this
        start local 1 // java.nio.ByteBuffer src
         0: .line 57
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSinkChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSinkChannel;
            aload 1 /* src */
            invokeinterface org.xnio.channels.StreamSinkChannel.write:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/StreamSinkChannelWrappingConduit;
            0    1     1   src  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   final

  public long write(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.StreamSinkChannelWrappingConduit this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offs
        start local 3 // int len
         0: .line 61
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSinkChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSinkChannel;
            aload 1 /* srcs */
            iload 2 /* offs */
            iload 3 /* len */
            invokeinterface org.xnio.channels.StreamSinkChannel.write:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int len
        end local 2 // int offs
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/StreamSinkChannelWrappingConduit;
            0    1     1  srcs  [Ljava/nio/ByteBuffer;
            0    1     2  offs  I
            0    1     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      srcs  final
      offs  final
      len   final

  public int writeFinal(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.StreamSinkChannelWrappingConduit this
        start local 1 // java.nio.ByteBuffer src
         0: .line 66
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSinkChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSinkChannel;
            aload 1 /* src */
            invokeinterface org.xnio.channels.StreamSinkChannel.writeFinal:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/StreamSinkChannelWrappingConduit;
            0    1     1   src  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public long writeFinal(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.StreamSinkChannelWrappingConduit this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 71
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSinkChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSinkChannel;
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface org.xnio.channels.StreamSinkChannel.writeFinal:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/StreamSinkChannelWrappingConduit;
            0    1     1    srcs  [Ljava/nio/ByteBuffer;
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    
      offset  
      length  

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

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

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

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

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

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

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

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

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

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

  public boolean flush();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
         0: .line 123
            aload 0 /* this */
            getfield org.xnio.conduits.StreamSinkChannelWrappingConduit.channel:Lorg/xnio/channels/StreamSinkChannel;
            invokeinterface org.xnio.channels.StreamSinkChannel.flush:()Z
            ireturn
        end local 0 // org.xnio.conduits.StreamSinkChannelWrappingConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/StreamSinkChannelWrappingConduit;
    Exceptions:
      throws java.io.IOException

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