class sun.nio.ch.DatagramDispatcher extends sun.nio.ch.NativeDispatcher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.ch.DatagramDispatcher
super_class: sun.nio.ch.NativeDispatcher
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=0, locals=0, args_size=0
0: invokestatic sun.nio.ch.IOUtil.load:()V
1: return
LocalVariableTable:
Start End Slot Name Signature
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/DatagramDispatcher;
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.DatagramDispatcher.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/DatagramDispatcher;
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.DatagramDispatcher.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/DatagramDispatcher;
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.DatagramDispatcher.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/DatagramDispatcher;
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.DatagramDispatcher.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/DatagramDispatcher;
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/DatagramDispatcher;
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/DatagramDispatcher;
0 2 1 fd Ljava/io/FileDescriptor;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
static native int read0(java.io.FileDescriptor, long, int);
descriptor: (Ljava/io/FileDescriptor;JI)I
flags: (0x0108) ACC_STATIC, ACC_NATIVE
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
address
len
static native long readv0(java.io.FileDescriptor, long, int);
descriptor: (Ljava/io/FileDescriptor;JI)J
flags: (0x0108) ACC_STATIC, ACC_NATIVE
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
address
len
static native int write0(java.io.FileDescriptor, long, int);
descriptor: (Ljava/io/FileDescriptor;JI)I
flags: (0x0108) ACC_STATIC, ACC_NATIVE
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
address
len
static native long writev0(java.io.FileDescriptor, long, int);
descriptor: (Ljava/io/FileDescriptor;JI)J
flags: (0x0108) ACC_STATIC, ACC_NATIVE
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fd
address
len
}
SourceFile: "DatagramDispatcher.java"