public final class org.xnio.conduits.Conduits
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.xnio.conduits.Conduits
  super_class: java.lang.Object
{
  private static final java.nio.channels.FileChannel NULL_FILE_CHANNEL;
    descriptor: Ljava/nio/channels/FileChannel;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.nio.ByteBuffer DRAIN_BUFFER;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 187
            sipush 16384
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            putstatic org.xnio.conduits.Conduits.DRAIN_BUFFER:Ljava/nio/ByteBuffer;
         1: .line 227
            new org.xnio.conduits.Conduits$1
            dup
            invokespecial org.xnio.conduits.Conduits$1.<init>:()V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.nio.channels.FileChannel
            putstatic org.xnio.conduits.Conduits.NULL_FILE_CHANNEL:Ljava/nio/channels/FileChannel;
         2: .line 241
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.Conduits this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.conduits.Conduits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/Conduits;

  public static long transfer(org.xnio.conduits.StreamSourceConduit, long, java.nio.ByteBuffer, java.nio.channels.WritableByteChannel);
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;JLjava/nio/ByteBuffer;Ljava/nio/channels/WritableByteChannel;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=12, args_size=4
        start local 0 // org.xnio.conduits.StreamSourceConduit source
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // java.nio.channels.WritableByteChannel sink
         0: .line 59
            lconst_0
            lstore 7 /* total */
        start local 7 // long total
         1: .line 60
            aload 3 /* throughBuffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         2: .line 61
            goto 21
         3: .line 62
      StackMap locals: org.xnio.conduits.StreamSourceConduit long java.nio.ByteBuffer java.nio.channels.WritableByteChannel top top long
      StackMap stack:
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
         4: .line 64
            lload 1 /* count */
            lload 7 /* total */
            lsub
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            lcmp
            ifge 6
         5: .line 65
            aload 3 /* throughBuffer */
            lload 1 /* count */
            lload 7 /* total */
            lsub
            l2i
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         6: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* source */
            aload 3 /* throughBuffer */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:(Ljava/nio/ByteBuffer;)I
            i2l
            lstore 5 /* res */
        start local 5 // long res
         7: .line 68
            lload 5 /* res */
            lconst_0
            lcmp
            ifgt 16
         8: .line 69
            lload 7 /* total */
            lconst_0
            lcmp
            ifne 9
            lload 5 /* res */
            goto 10
      StackMap locals: org.xnio.conduits.StreamSourceConduit long java.nio.ByteBuffer java.nio.channels.WritableByteChannel long long
      StackMap stack:
         9: lload 7 /* total */
      StackMap locals:
      StackMap stack: long
        10: lstore 10
        11: .line 72
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        12: .line 69
            lload 10
            lreturn
        end local 5 // long res
        13: .line 71
      StackMap locals: org.xnio.conduits.StreamSourceConduit long java.nio.ByteBuffer java.nio.channels.WritableByteChannel top top long
      StackMap stack: java.lang.Throwable
            astore 9
        14: .line 72
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        15: .line 73
            aload 9
            athrow
        start local 5 // long res
        16: .line 72
      StackMap locals: org.xnio.conduits.StreamSourceConduit long java.nio.ByteBuffer java.nio.channels.WritableByteChannel long long
      StackMap stack:
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        17: .line 74
            aload 4 /* sink */
            aload 3 /* throughBuffer */
            invokeinterface java.nio.channels.WritableByteChannel.write:(Ljava/nio/ByteBuffer;)I
            i2l
            lstore 5 /* res */
        18: .line 75
            lload 5 /* res */
            lconst_0
            lcmp
            ifne 20
        19: .line 76
            lload 7 /* total */
            lreturn
        20: .line 78
      StackMap locals:
      StackMap stack:
            lload 7 /* total */
            lload 5 /* res */
            ladd
            lstore 7 /* total */
        end local 5 // long res
        21: .line 61
      StackMap locals: org.xnio.conduits.StreamSourceConduit long java.nio.ByteBuffer java.nio.channels.WritableByteChannel top top long
      StackMap stack:
            lload 7 /* total */
            lload 1 /* count */
            lcmp
            iflt 3
        22: .line 80
            lload 7 /* total */
            lreturn
        end local 7 // long total
        end local 4 // java.nio.channels.WritableByteChannel sink
        end local 3 // java.nio.ByteBuffer throughBuffer
        end local 1 // long count
        end local 0 // org.xnio.conduits.StreamSourceConduit source
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0         source  Lorg/xnio/conduits/StreamSourceConduit;
            0   23     1          count  J
            0   23     3  throughBuffer  Ljava/nio/ByteBuffer;
            0   23     4           sink  Ljava/nio/channels/WritableByteChannel;
            7   13     5            res  J
           16   21     5            res  J
            1   23     7          total  J
      Exception table:
        from    to  target  type
           4    11      13  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      source         final
      count          final
      throughBuffer  final
      sink           final

  public static long transfer(java.nio.channels.ReadableByteChannel, long, java.nio.ByteBuffer, org.xnio.conduits.StreamSinkConduit);
    descriptor: (Ljava/nio/channels/ReadableByteChannel;JLjava/nio/ByteBuffer;Lorg/xnio/conduits/StreamSinkConduit;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=12, args_size=4
        start local 0 // java.nio.channels.ReadableByteChannel source
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.conduits.StreamSinkConduit sink
         0: .line 100
            lconst_0
            lstore 7 /* total */
        start local 7 // long total
         1: .line 101
            aload 3 /* throughBuffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         2: .line 102
            goto 21
         3: .line 103
      StackMap locals: java.nio.channels.ReadableByteChannel long java.nio.ByteBuffer org.xnio.conduits.StreamSinkConduit top top long
      StackMap stack:
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
         4: .line 105
            lload 1 /* count */
            lload 7 /* total */
            lsub
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            lcmp
            ifge 6
         5: .line 106
            aload 3 /* throughBuffer */
            lload 1 /* count */
            lload 7 /* total */
            lsub
            l2i
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         6: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* source */
            aload 3 /* throughBuffer */
            invokeinterface java.nio.channels.ReadableByteChannel.read:(Ljava/nio/ByteBuffer;)I
            i2l
            lstore 5 /* res */
        start local 5 // long res
         7: .line 109
            lload 5 /* res */
            lconst_0
            lcmp
            ifgt 16
         8: .line 110
            lload 7 /* total */
            lconst_0
            lcmp
            ifne 9
            lload 5 /* res */
            goto 10
      StackMap locals: java.nio.channels.ReadableByteChannel long java.nio.ByteBuffer org.xnio.conduits.StreamSinkConduit long long
      StackMap stack:
         9: lload 7 /* total */
      StackMap locals:
      StackMap stack: long
        10: lstore 10
        11: .line 113
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        12: .line 110
            lload 10
            lreturn
        end local 5 // long res
        13: .line 112
      StackMap locals: java.nio.channels.ReadableByteChannel long java.nio.ByteBuffer org.xnio.conduits.StreamSinkConduit top top long
      StackMap stack: java.lang.Throwable
            astore 9
        14: .line 113
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        15: .line 114
            aload 9
            athrow
        start local 5 // long res
        16: .line 113
      StackMap locals: java.nio.channels.ReadableByteChannel long java.nio.ByteBuffer org.xnio.conduits.StreamSinkConduit long long
      StackMap stack:
            aload 3 /* throughBuffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        17: .line 115
            aload 4 /* sink */
            aload 3 /* throughBuffer */
            invokeinterface org.xnio.conduits.StreamSinkConduit.write:(Ljava/nio/ByteBuffer;)I
            i2l
            lstore 5 /* res */
        18: .line 116
            lload 5 /* res */
            lconst_0
            lcmp
            ifne 20
        19: .line 117
            lload 7 /* total */
            lreturn
        20: .line 119
      StackMap locals:
      StackMap stack:
            lload 7 /* total */
            lload 5 /* res */
            ladd
            lstore 7 /* total */
        end local 5 // long res
        21: .line 102
      StackMap locals: java.nio.channels.ReadableByteChannel long java.nio.ByteBuffer org.xnio.conduits.StreamSinkConduit top top long
      StackMap stack:
            lload 7 /* total */
            lload 1 /* count */
            lcmp
            iflt 3
        22: .line 121
            lload 7 /* total */
            lreturn
        end local 7 // long total
        end local 4 // org.xnio.conduits.StreamSinkConduit sink
        end local 3 // java.nio.ByteBuffer throughBuffer
        end local 1 // long count
        end local 0 // java.nio.channels.ReadableByteChannel source
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0         source  Ljava/nio/channels/ReadableByteChannel;
            0   23     1          count  J
            0   23     3  throughBuffer  Ljava/nio/ByteBuffer;
            0   23     4           sink  Lorg/xnio/conduits/StreamSinkConduit;
            7   13     5            res  J
           16   21     5            res  J
            1   23     7          total  J
      Exception table:
        from    to  target  type
           4    11      13  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      source         final
      count          final
      throughBuffer  final
      sink           final

  public static int writeFinalBasic(org.xnio.conduits.StreamSinkConduit, java.nio.ByteBuffer);
    descriptor: (Lorg/xnio/conduits/StreamSinkConduit;Ljava/nio/ByteBuffer;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.xnio.conduits.StreamSinkConduit conduit
        start local 1 // java.nio.ByteBuffer src
         0: .line 132
            aload 0 /* conduit */
            aload 1 /* src */
            invokeinterface org.xnio.conduits.StreamSinkConduit.write:(Ljava/nio/ByteBuffer;)I
            istore 2 /* res */
        start local 2 // int res
         1: .line 133
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 3
         2: .line 134
            aload 0 /* conduit */
            invokeinterface org.xnio.conduits.StreamSinkConduit.terminateWrites:()V
         3: .line 136
      StackMap locals: int
      StackMap stack:
            iload 2 /* res */
            ireturn
        end local 2 // int res
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.xnio.conduits.StreamSinkConduit conduit
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  conduit  Lorg/xnio/conduits/StreamSinkConduit;
            0    4     1      src  Ljava/nio/ByteBuffer;
            1    4     2      res  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      conduit  
      src      

  public static long writeFinalBasic(org.xnio.conduits.StreamSinkConduit, java.nio.ByteBuffer[], int, int);
    descriptor: (Lorg/xnio/conduits/StreamSinkConduit;[Ljava/nio/ByteBuffer;II)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.xnio.conduits.StreamSinkConduit conduit
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 149
            aload 0 /* conduit */
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface org.xnio.conduits.StreamSinkConduit.write:([Ljava/nio/ByteBuffer;II)J
            lstore 4 /* res */
        start local 4 // long res
         1: .line 150
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic org.xnio.Buffers.hasRemaining:([Ljava/nio/Buffer;II)Z
            ifne 3
         2: .line 151
            aload 0 /* conduit */
            invokeinterface org.xnio.conduits.StreamSinkConduit.terminateWrites:()V
         3: .line 153
      StackMap locals: long
      StackMap stack:
            lload 4 /* res */
            lreturn
        end local 4 // long res
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.conduits.StreamSinkConduit conduit
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  conduit  Lorg/xnio/conduits/StreamSinkConduit;
            0    4     1     srcs  [Ljava/nio/ByteBuffer;
            0    4     2   offset  I
            0    4     3   length  I
            1    4     4      res  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      conduit  
      srcs     
      offset   
      length   

  public static boolean sendFinalBasic(org.xnio.conduits.MessageSinkConduit, java.nio.ByteBuffer);
    descriptor: (Lorg/xnio/conduits/MessageSinkConduit;Ljava/nio/ByteBuffer;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.MessageSinkConduit conduit
        start local 1 // java.nio.ByteBuffer src
         0: .line 163
            aload 0 /* conduit */
            aload 1 /* src */
            invokeinterface org.xnio.conduits.MessageSinkConduit.send:(Ljava/nio/ByteBuffer;)Z
            ifeq 3
         1: .line 164
            aload 0 /* conduit */
            invokeinterface org.xnio.conduits.MessageSinkConduit.terminateWrites:()V
         2: .line 165
            iconst_1
            ireturn
         3: .line 167
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.xnio.conduits.MessageSinkConduit conduit
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  conduit  Lorg/xnio/conduits/MessageSinkConduit;
            0    4     1      src  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      conduit  
      src      

  public static boolean sendFinalBasic(org.xnio.conduits.MessageSinkConduit, java.nio.ByteBuffer[], int, int);
    descriptor: (Lorg/xnio/conduits/MessageSinkConduit;[Ljava/nio/ByteBuffer;II)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.xnio.conduits.MessageSinkConduit conduit
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 179
            aload 0 /* conduit */
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface org.xnio.conduits.MessageSinkConduit.send:([Ljava/nio/ByteBuffer;II)Z
            ifeq 3
         1: .line 180
            aload 0 /* conduit */
            invokeinterface org.xnio.conduits.MessageSinkConduit.terminateWrites:()V
         2: .line 181
            iconst_1
            ireturn
         3: .line 183
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.conduits.MessageSinkConduit conduit
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  conduit  Lorg/xnio/conduits/MessageSinkConduit;
            0    4     1     srcs  [Ljava/nio/ByteBuffer;
            0    4     2   offset  I
            0    4     3   length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      conduit  
      srcs     
      offset   
      length   

  public static long drain(org.xnio.conduits.StreamSourceConduit, long);
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.xnio.conduits.StreamSourceConduit conduit
        start local 1 // long count
         0: .line 198
            lconst_0
            lstore 3 /* total */
        start local 3 // long total
         1: .line 200
            aconst_null
            astore 8 /* buffer */
        start local 8 // java.nio.ByteBuffer buffer
         2: .line 202
      StackMap locals: org.xnio.conduits.StreamSourceConduit long long top top top java.nio.ByteBuffer
      StackMap stack:
            lload 1 /* count */
            lconst_0
            lcmp
            ifne 3
            lload 3 /* total */
            lreturn
         3: .line 203
      StackMap locals:
      StackMap stack:
            getstatic org.xnio.conduits.Conduits.NULL_FILE_CHANNEL:Ljava/nio/channels/FileChannel;
            ifnull 12
         4: .line 204
            goto 10
         5: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* conduit */
            lconst_0
            lload 1 /* count */
            getstatic org.xnio.conduits.Conduits.NULL_FILE_CHANNEL:Ljava/nio/channels/FileChannel;
            invokeinterface org.xnio.conduits.StreamSourceConduit.transferTo:(JJLjava/nio/channels/FileChannel;)J
            dup2
            lstore 5 /* lres */
        start local 5 // long lres
         6: lconst_0
            lcmp
            ifne 8
         7: .line 206
            goto 11
         8: .line 208
      StackMap locals: org.xnio.conduits.StreamSourceConduit long long long top java.nio.ByteBuffer
      StackMap stack:
            lload 3 /* total */
            lload 5 /* lres */
            ladd
            lstore 3 /* total */
         9: .line 209
            lload 1 /* count */
            lload 5 /* lres */
            lsub
            lstore 1 /* count */
        end local 5 // long lres
        10: .line 204
      StackMap locals: org.xnio.conduits.StreamSourceConduit long long top top top java.nio.ByteBuffer
      StackMap stack:
            lload 1 /* count */
            lconst_0
            lcmp
            ifgt 5
        11: .line 212
      StackMap locals:
      StackMap stack:
            lload 3 /* total */
            lconst_0
            lcmp
            ifle 12
            lload 3 /* total */
            lreturn
        12: .line 214
      StackMap locals:
      StackMap stack:
            aload 8 /* buffer */
            ifnonnull 13
            getstatic org.xnio.conduits.Conduits.DRAIN_BUFFER:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 8 /* buffer */
        13: .line 215
      StackMap locals:
      StackMap stack:
            aload 8 /* buffer */
            invokevirtual java.nio.ByteBuffer.limit:()I
            i2l
            lload 1 /* count */
            lcmp
            ifle 14
            aload 8 /* buffer */
            lload 1 /* count */
            l2i
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        14: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* conduit */
            aload 8 /* buffer */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:(Ljava/nio/ByteBuffer;)I
            istore 7 /* ires */
        start local 7 // int ires
        15: .line 217
            aload 8 /* buffer */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            pop
        16: .line 218
            iload 7 /* ires */
            tableswitch { // -1 - 0
                   -1: 17
                    0: 20
              default: 21
          }
        17: .line 219
      StackMap locals: org.xnio.conduits.StreamSourceConduit long long top top int java.nio.ByteBuffer
      StackMap stack:
            lload 3 /* total */
            lconst_0
            lcmp
            ifne 18
            ldc -1
            goto 19
      StackMap locals:
      StackMap stack:
        18: lload 3 /* total */
      StackMap locals:
      StackMap stack: long
        19: lreturn
        20: .line 220
      StackMap locals:
      StackMap stack:
            lload 3 /* total */
            lreturn
        21: .line 221
      StackMap locals:
      StackMap stack:
            lload 3 /* total */
            iload 7 /* ires */
            i2l
            ladd
            lstore 3 /* total */
        end local 7 // int ires
        22: .line 201
            goto 2
        end local 8 // java.nio.ByteBuffer buffer
        end local 3 // long total
        end local 1 // long count
        end local 0 // org.xnio.conduits.StreamSourceConduit conduit
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0  conduit  Lorg/xnio/conduits/StreamSourceConduit;
            0   23     1    count  J
            1   23     3    total  J
            6   10     5     lres  J
           15   22     7     ires  I
            2   23     8   buffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      conduit  
      count    
}
SourceFile: "Conduits.java"
NestMembers:
  org.xnio.conduits.Conduits$1
InnerClasses:
  org.xnio.conduits.Conduits$1