public class io.undertow.conduits.BrokenStreamSourceConduit extends org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.conduits.BrokenStreamSourceConduit
  super_class: org.xnio.conduits.AbstractStreamSourceConduit
{
  private final java.io.IOException exception;
    descriptor: Ljava/io/IOException;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.xnio.conduits.StreamSourceConduit, java.io.IOException);
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
        start local 1 // org.xnio.conduits.StreamSourceConduit next
        start local 2 // java.io.IOException exception
         0: .line 43
            aload 0 /* this */
            aload 1 /* next */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.<init>:(Lorg/xnio/conduits/StreamSourceConduit;)V
         1: .line 44
            aload 0 /* this */
            aload 2 /* exception */
            putfield io.undertow.conduits.BrokenStreamSourceConduit.exception:Ljava/io/IOException;
         2: .line 45
            return
        end local 2 // java.io.IOException exception
        end local 1 // org.xnio.conduits.StreamSourceConduit next
        end local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/undertow/conduits/BrokenStreamSourceConduit;
            0    3     1       next  Lorg/xnio/conduits/StreamSourceConduit;
            0    3     2  exception  Ljava/io/IOException;
    MethodParameters:
           Name  Flags
      next       final
      exception  final

  public long transferTo(long, long, java.nio.channels.FileChannel);
    descriptor: (JJLjava/nio/channels/FileChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=6, args_size=4
        start local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
        start local 1 // long position
        start local 3 // long count
        start local 5 // java.nio.channels.FileChannel target
         0: .line 49
            aload 0 /* this */
            getfield io.undertow.conduits.BrokenStreamSourceConduit.exception:Ljava/io/IOException;
            athrow
        end local 5 // java.nio.channels.FileChannel target
        end local 3 // long count
        end local 1 // long position
        end local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/undertow/conduits/BrokenStreamSourceConduit;
            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=1, locals=5, args_size=4
        start local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.channels.StreamSinkChannel target
         0: .line 54
            aload 0 /* this */
            getfield io.undertow.conduits.BrokenStreamSourceConduit.exception:Ljava/io/IOException;
            athrow
        end local 4 // org.xnio.channels.StreamSinkChannel target
        end local 3 // java.nio.ByteBuffer throughBuffer
        end local 1 // long count
        end local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/undertow/conduits/BrokenStreamSourceConduit;
            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 long read(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offset
        start local 3 // int length
         0: .line 60
            aload 0 /* this */
            getfield io.undertow.conduits.BrokenStreamSourceConduit.exception:Ljava/io/IOException;
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/undertow/conduits/BrokenStreamSourceConduit;
            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 int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 65
            aload 0 /* this */
            getfield io.undertow.conduits.BrokenStreamSourceConduit.exception:Ljava/io/IOException;
            athrow
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.undertow.conduits.BrokenStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/conduits/BrokenStreamSourceConduit;
            0    1     1   dst  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   final
}
Signature: Lorg/xnio/conduits/AbstractStreamSourceConduit<Lorg/xnio/conduits/StreamSourceConduit;>;
SourceFile: "BrokenStreamSourceConduit.java"