class sun.nio.ch.SocketDispatcher extends sun.nio.ch.NativeDispatcher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.SocketDispatcher
super_class: sun.nio.ch.NativeDispatcher
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.nio.ch.NativeDispatcher.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/SocketDispatcher;
int read(java.io.FileDescriptor, long, int);
descriptor: (Ljava/io/FileDescriptor;JI)I
flags: (0x0000)
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 1
lload 2
iload 4
invokestatic sun.nio.ch.FileDispatcherImpl.read0:(Ljava/io/FileDescriptor;JI)I
ireturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/SocketDispatcher;
0 1 1 fd Ljava/io/FileDescriptor;
0 1 2 address J
0 1 4 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
address
len
long readv(java.io.FileDescriptor, long, int);
descriptor: (Ljava/io/FileDescriptor;JI)J
flags: (0x0000)
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 1
lload 2
iload 4
invokestatic sun.nio.ch.FileDispatcherImpl.readv0:(Ljava/io/FileDescriptor;JI)J
lreturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/SocketDispatcher;
0 1 1 fd Ljava/io/FileDescriptor;
0 1 2 address J
0 1 4 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
address
len
int write(java.io.FileDescriptor, long, int);
descriptor: (Ljava/io/FileDescriptor;JI)I
flags: (0x0000)
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 1
lload 2
iload 4
invokestatic sun.nio.ch.FileDispatcherImpl.write0:(Ljava/io/FileDescriptor;JI)I
ireturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/SocketDispatcher;
0 1 1 fd Ljava/io/FileDescriptor;
0 1 2 address J
0 1 4 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
address
len
long writev(java.io.FileDescriptor, long, int);
descriptor: (Ljava/io/FileDescriptor;JI)J
flags: (0x0000)
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 1
lload 2
iload 4
invokestatic sun.nio.ch.FileDispatcherImpl.writev0:(Ljava/io/FileDescriptor;JI)J
lreturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/SocketDispatcher;
0 1 1 fd Ljava/io/FileDescriptor;
0 1 2 address J
0 1 4 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
address
len
void close(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)V
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic sun.nio.ch.FileDispatcherImpl.close0:(Ljava/io/FileDescriptor;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/ch/SocketDispatcher;
0 2 1 fd Ljava/io/FileDescriptor;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
void preClose(java.io.FileDescriptor);
descriptor: (Ljava/io/FileDescriptor;)V
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic sun.nio.ch.FileDispatcherImpl.preClose0:(Ljava/io/FileDescriptor;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/ch/SocketDispatcher;
0 2 1 fd Ljava/io/FileDescriptor;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
}
SourceFile: "SocketDispatcher.java"