public final class org.xnio.conduits.ConduitStreamSinkChannel implements org.xnio.channels.StreamSinkChannel, org.xnio.channels.WriteListenerSettable<org.xnio.conduits.ConduitStreamSinkChannel>, org.xnio.channels.CloseListenerSettable<org.xnio.conduits.ConduitStreamSinkChannel>, java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.xnio.conduits.ConduitStreamSinkChannel
super_class: java.lang.Object
{
private final org.xnio.channels.Configurable configurable;
descriptor: Lorg/xnio/channels/Configurable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private org.xnio.conduits.StreamSinkConduit conduit;
descriptor: Lorg/xnio/conduits/StreamSinkConduit;
flags: (0x0002) ACC_PRIVATE
private org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSinkChannel> writeListener;
descriptor: Lorg/xnio/ChannelListener;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
private org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSinkChannel> closeListener;
descriptor: Lorg/xnio/ChannelListener;
flags: (0x0002) ACC_PRIVATE
Signature: Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
public void <init>(org.xnio.channels.Configurable, org.xnio.conduits.StreamSinkConduit);
descriptor: (Lorg/xnio/channels/Configurable;Lorg/xnio/conduits/StreamSinkConduit;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.xnio.conduits.ConduitStreamSinkChannel.configurable:Lorg/xnio/channels/Configurable;
2: aload 0
aload 2
putfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
3: aload 2
new org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler
dup
aload 0
invokespecial org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.<init>:(Lorg/xnio/channels/SuspendableWriteChannel;)V
invokeinterface org.xnio.conduits.StreamSinkConduit.setWriteReadyHandler:(Lorg/xnio/conduits/WriteReadyHandler;)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 5 1 configurable Lorg/xnio/channels/Configurable;
0 5 2 conduit Lorg/xnio/conduits/StreamSinkConduit;
MethodParameters:
Name Flags
configurable final
conduit final
public org.xnio.conduits.StreamSinkConduit getConduit();
descriptor: ()Lorg/xnio/conduits/StreamSinkConduit;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
public void setConduit(org.xnio.conduits.StreamSinkConduit);
descriptor: (Lorg/xnio/conduits/StreamSinkConduit;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 2 1 conduit Lorg/xnio/conduits/StreamSinkConduit;
MethodParameters:
Name Flags
conduit final
public org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSinkChannel> getWriteListener();
descriptor: ()Lorg/xnio/ChannelListener;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.writeListener:Lorg/xnio/ChannelListener;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
Signature: ()Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
public void setWriteListener(org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSinkChannel>);
descriptor: (Lorg/xnio/ChannelListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.xnio.conduits.ConduitStreamSinkChannel.writeListener:Lorg/xnio/ChannelListener;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 2 1 writeListener Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
Signature: (Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSinkChannel;>;)V
MethodParameters:
Name Flags
writeListener final
public org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSinkChannel> getCloseListener();
descriptor: ()Lorg/xnio/ChannelListener;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.closeListener:Lorg/xnio/ChannelListener;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
Signature: ()Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
public void setCloseListener(org.xnio.ChannelListener<? super org.xnio.conduits.ConduitStreamSinkChannel>);
descriptor: (Lorg/xnio/ChannelListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.xnio.conduits.ConduitStreamSinkChannel.closeListener:Lorg/xnio/ChannelListener;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 2 1 closeListener Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
Signature: (Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitStreamSinkChannel;>;)V
MethodParameters:
Name Flags
closeListener final
public org.xnio.ChannelListener$Setter<org.xnio.conduits.ConduitStreamSinkChannel> getWriteSetter();
descriptor: ()Lorg/xnio/ChannelListener$Setter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.xnio.channels.WriteListenerSettable$Setter
dup
aload 0
invokespecial org.xnio.channels.WriteListenerSettable$Setter.<init>:(Lorg/xnio/channels/WriteListenerSettable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
Signature: ()Lorg/xnio/ChannelListener$Setter<Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
public org.xnio.ChannelListener$Setter<org.xnio.conduits.ConduitStreamSinkChannel> getCloseSetter();
descriptor: ()Lorg/xnio/ChannelListener$Setter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.xnio.channels.CloseListenerSettable$Setter
dup
aload 0
invokespecial org.xnio.channels.CloseListenerSettable$Setter.<init>:(Lorg/xnio/channels/CloseListenerSettable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
Signature: ()Lorg/xnio/ChannelListener$Setter<Lorg/xnio/conduits/ConduitStreamSinkChannel;>;
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 start local 1 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
aload 1
invokeinterface org.xnio.conduits.StreamSinkConduit.writeFinal:(Ljava/nio/ByteBuffer;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
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 start local 1 start local 2 start local 3 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
aload 1
iload 2
iload 3
invokeinterface org.xnio.conduits.StreamSinkConduit.writeFinal:([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/ConduitStreamSinkChannel;
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 long writeFinal(java.nio.ByteBuffer[]);
descriptor: ([Ljava/nio/ByteBuffer;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
aload 1
iconst_0
aload 1
arraylength
invokeinterface org.xnio.conduits.StreamSinkConduit.writeFinal:([Ljava/nio/ByteBuffer;II)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 1 1 srcs [Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
srcs
public void suspendWrites();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.suspendWrites:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
public void resumeWrites();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.resumeWrites:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
public void wakeupWrites();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.wakeupWrites:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
public boolean isWriteResumed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.isWriteResumed:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
public void awaitWritable();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.awaitWritable:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
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 start local 1 start local 3 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
lload 1
aload 3
invokeinterface org.xnio.conduits.StreamSinkConduit.awaitWritable:(JLjava/util/concurrent/TimeUnit;)V
1: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
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 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 start local 1 start local 2 start local 4 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
aload 1
lload 2
lload 4
invokeinterface org.xnio.conduits.StreamSinkConduit.transferFrom:(Ljava/nio/channels/FileChannel;JJ)J
lreturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
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 start local 1 start local 2 start local 4 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
aload 1
lload 2
aload 4
invokeinterface org.xnio.conduits.StreamSinkConduit.transferFrom:(Lorg/xnio/channels/StreamSourceChannel;JLjava/nio/ByteBuffer;)J
lreturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
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 start local 1 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
aload 1
invokeinterface org.xnio.conduits.StreamSinkConduit.write:(Ljava/nio/ByteBuffer;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 1 1 dst Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
dst final
public long write(java.nio.ByteBuffer[]);
descriptor: ([Ljava/nio/ByteBuffer;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
aload 1
iconst_0
aload 1
arraylength
invokeinterface org.xnio.conduits.StreamSinkConduit.write:([Ljava/nio/ByteBuffer;II)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 1 1 srcs [Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
srcs 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 start local 1 start local 2 start local 3 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
aload 1
iload 2
iload 3
invokeinterface org.xnio.conduits.StreamSinkConduit.write:([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/ConduitStreamSinkChannel;
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 flush();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.flush:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
Exceptions:
throws java.io.IOException
public boolean supportsOption(org.xnio.Option<?>);
descriptor: (Lorg/xnio/Option;)Z
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.ConduitStreamSinkChannel.configurable:Lorg/xnio/channels/Configurable;
aload 1
invokeinterface org.xnio.channels.Configurable.supportsOption:(Lorg/xnio/Option;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 1 1 option Lorg/xnio/Option<*>;
Signature: (Lorg/xnio/Option<*>;)Z
MethodParameters:
Name Flags
option final
public <T> T getOption(org.xnio.Option<T>);
descriptor: (Lorg/xnio/Option;)Ljava/lang/Object;
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.ConduitStreamSinkChannel.configurable:Lorg/xnio/channels/Configurable;
aload 1
invokeinterface org.xnio.channels.Configurable.getOption:(Lorg/xnio/Option;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 1 1 option Lorg/xnio/Option<TT;>;
Exceptions:
throws java.io.IOException
Signature: <T:Ljava/lang/Object;>(Lorg/xnio/Option<TT;>;)TT;
MethodParameters:
Name Flags
option final
public <T> T setOption(org.xnio.Option<T>, );
descriptor: (Lorg/xnio/Option;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.configurable:Lorg/xnio/channels/Configurable;
aload 1
aload 2
invokeinterface org.xnio.channels.Configurable.setOption:(Lorg/xnio/Option;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
0 1 1 option Lorg/xnio/Option<TT;>;
0 1 2 value TT;
Exceptions:
throws java.lang.IllegalArgumentException, java.io.IOException
Signature: <T:Ljava/lang/Object;>(Lorg/xnio/Option<TT;>;TT;)TT;
MethodParameters:
Name Flags
option final
value final
public void shutdownWrites();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.terminateWrites:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
Exceptions:
throws java.io.IOException
public boolean isOpen();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.isWriteShutdown:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.truncateWrites:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
Exceptions:
throws java.io.IOException
public org.xnio.XnioExecutor getWriteThread();
descriptor: ()Lorg/xnio/XnioExecutor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.getWriteThread:()Lorg/xnio/XnioIoThread;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public org.xnio.XnioIoThread getIoThread();
descriptor: ()Lorg/xnio/XnioIoThread;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.getWriteThread:()Lorg/xnio/XnioIoThread;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
public org.xnio.XnioWorker getWorker();
descriptor: ()Lorg/xnio/XnioWorker;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.conduits.ConduitStreamSinkChannel.conduit:Lorg/xnio/conduits/StreamSinkConduit;
invokeinterface org.xnio.conduits.StreamSinkConduit.getWorker:()Lorg/xnio/XnioWorker;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
public org.xnio.conduits.ConduitStreamSinkChannel clone();
descriptor: ()Lorg/xnio/conduits/ConduitStreamSinkChannel;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.clone:()Ljava/lang/Object;
checkcast org.xnio.conduits.ConduitStreamSinkChannel
1: areturn
2: StackMap locals:
StackMap stack: java.lang.CloneNotSupportedException
astore 1
start local 1 3: new java.lang.IllegalStateException
dup
aload 1
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/xnio/conduits/ConduitStreamSinkChannel;
3 4 1 e Ljava/lang/CloneNotSupportedException;
Exception table:
from to target type
0 1 2 Class java.lang.CloneNotSupportedException
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.clone:()Lorg/xnio/conduits/ConduitStreamSinkChannel;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
}
Signature: Ljava/lang/Object;Lorg/xnio/channels/StreamSinkChannel;Lorg/xnio/channels/WriteListenerSettable<Lorg/xnio/conduits/ConduitStreamSinkChannel;>;Lorg/xnio/channels/CloseListenerSettable<Lorg/xnio/conduits/ConduitStreamSinkChannel;>;Ljava/lang/Cloneable;
SourceFile: "ConduitStreamSinkChannel.java"
InnerClasses:
public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener
public Setter = org.xnio.channels.CloseListenerSettable$Setter of org.xnio.channels.CloseListenerSettable
public Setter = org.xnio.channels.WriteListenerSettable$Setter of org.xnio.channels.WriteListenerSettable
public ChannelListenerHandler = org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler of org.xnio.conduits.WriteReadyHandler