public abstract class org.xnio.conduits.AbstractStreamSourceConduit<D extends org.xnio.conduits.StreamSourceConduit> extends org.xnio.conduits.AbstractSourceConduit<D> implements org.xnio.conduits.StreamSourceConduit
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.xnio.conduits.AbstractStreamSourceConduit
super_class: org.xnio.conduits.AbstractSourceConduit
{
protected void <init>();
descriptor: (Lorg/xnio/conduits/StreamSourceConduit;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.xnio.conduits.AbstractSourceConduit.<init>:(Lorg/xnio/conduits/SourceConduit;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
0 2 1 next TD;
Signature: (TD;)V
MethodParameters:
Name Flags
next final
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 start local 1 start local 3 start local 5 0: aload 0
getfield org.xnio.conduits.AbstractStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
checkcast org.xnio.conduits.StreamSourceConduit
lload 1
lload 3
aload 5
invokeinterface org.xnio.conduits.StreamSourceConduit.transferTo:(JJLjava/nio/channels/FileChannel;)J
lreturn
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
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 start local 1 start local 3 start local 4 0: aload 0
getfield org.xnio.conduits.AbstractStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
checkcast org.xnio.conduits.StreamSourceConduit
lload 1
aload 3
aload 4
invokeinterface org.xnio.conduits.StreamSourceConduit.transferTo:(JLjava/nio/ByteBuffer;Lorg/xnio/channels/StreamSinkChannel;)J
lreturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
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 start local 1 0: aload 0
getfield org.xnio.conduits.AbstractStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
checkcast org.xnio.conduits.StreamSourceConduit
aload 1
invokeinterface org.xnio.conduits.StreamSourceConduit.read:(Ljava/nio/ByteBuffer;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
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 start local 1 start local 2 start local 3 0: aload 0
getfield org.xnio.conduits.AbstractStreamSourceConduit.next:Lorg/xnio/conduits/Conduit;
checkcast org.xnio.conduits.StreamSourceConduit
aload 1
iload 2
iload 3
invokeinterface org.xnio.conduits.StreamSourceConduit.read:([Ljava/nio/ByteBuffer;II)J
lreturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/AbstractStreamSourceConduit<TD;>;
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
}
Signature: <D::Lorg/xnio/conduits/StreamSourceConduit;>Lorg/xnio/conduits/AbstractSourceConduit<TD;>;Lorg/xnio/conduits/StreamSourceConduit;
SourceFile: "AbstractStreamSourceConduit.java"