class org.xnio.channels.Channels$2 implements org.xnio.channels.ByteChannel
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.channels.Channels$2
super_class: java.lang.Object
{
private final org.xnio.channels.ByteChannel val$original;
descriptor: Lorg/xnio/channels/ByteChannel;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.xnio.channels.ByteChannel);
descriptor: (Lorg/xnio/channels/ByteChannel;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/channels/Channels$2;
MethodParameters:
Name Flags
val$original 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.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
aload 1
invokeinterface org.xnio.channels.ByteChannel.read:(Ljava/nio/ByteBuffer;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/channels/Channels$2;
0 1 1 dst Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
dst final
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.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
invokeinterface org.xnio.channels.ByteChannel.isOpen:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/channels/Channels$2;
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.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
invokeinterface org.xnio.channels.ByteChannel.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/xnio/channels/Channels$2;
Exceptions:
throws java.io.IOException
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.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
aload 1
invokeinterface org.xnio.channels.ByteChannel.write:(Ljava/nio/ByteBuffer;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/channels/Channels$2;
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 start local 1 start local 2 start local 3 0: aload 0
getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
aload 1
iload 2
iload 3
invokeinterface org.xnio.channels.ByteChannel.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/channels/Channels$2;
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 final
offset final
length final
public long write(java.nio.ByteBuffer[]);
descriptor: ([Ljava/nio/ByteBuffer;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
aload 1
invokeinterface org.xnio.channels.ByteChannel.write:([Ljava/nio/ByteBuffer;)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/channels/Channels$2;
0 1 1 srcs [Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
srcs 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.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
aload 1
iload 2
iload 3
invokeinterface org.xnio.channels.ByteChannel.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/channels/Channels$2;
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 long read(java.nio.ByteBuffer[]);
descriptor: ([Ljava/nio/ByteBuffer;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.xnio.channels.Channels$2.val$original:Lorg/xnio/channels/ByteChannel;
aload 1
invokeinterface org.xnio.channels.ByteChannel.read:([Ljava/nio/ByteBuffer;)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/channels/Channels$2;
0 1 1 dsts [Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
dsts final
}
SourceFile: "Channels.java"
EnclosingMethod: org.xnio.channels.Channels.wrapByteChannel:(Lorg/xnio/channels/ByteChannel;)Lorg/xnio/channels/ByteChannel;
NestHost: org.xnio.channels.Channels
InnerClasses:
org.xnio.channels.Channels$2