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
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 86
            invokestatic sun.nio.ch.IOUtil.load:()V
         1: .line 87
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.SocketDispatcher this
         0: .line 37
            aload 0 /* this */
            invokespecial sun.nio.ch.NativeDispatcher.<init>:()V
            return
        end local 0 // sun.nio.ch.SocketDispatcher this
      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 // sun.nio.ch.SocketDispatcher this
        start local 1 // java.io.FileDescriptor fd
        start local 2 // long address
        start local 4 // int len
         0: .line 47
            aload 1 /* fd */
            lload 2 /* address */
            iload 4 /* len */
            invokestatic sun.nio.ch.SocketDispatcher.read0:(Ljava/io/FileDescriptor;JI)I
            ireturn
        end local 4 // int len
        end local 2 // long address
        end local 1 // java.io.FileDescriptor fd
        end local 0 // sun.nio.ch.SocketDispatcher this
      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 // sun.nio.ch.SocketDispatcher this
        start local 1 // java.io.FileDescriptor fd
        start local 2 // long address
        start local 4 // int len
         0: .line 58
            aload 1 /* fd */
            lload 2 /* address */
            iload 4 /* len */
            invokestatic sun.nio.ch.SocketDispatcher.readv0:(Ljava/io/FileDescriptor;JI)J
            lreturn
        end local 4 // int len
        end local 2 // long address
        end local 1 // java.io.FileDescriptor fd
        end local 0 // sun.nio.ch.SocketDispatcher this
      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 // sun.nio.ch.SocketDispatcher this
        start local 1 // java.io.FileDescriptor fd
        start local 2 // long address
        start local 4 // int len
         0: .line 62
            aload 1 /* fd */
            lload 2 /* address */
            iload 4 /* len */
            invokestatic sun.nio.ch.FileDispatcherImpl.write0:(Ljava/io/FileDescriptor;JI)I
            ireturn
        end local 4 // int len
        end local 2 // long address
        end local 1 // java.io.FileDescriptor fd
        end local 0 // sun.nio.ch.SocketDispatcher this
      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 // sun.nio.ch.SocketDispatcher this
        start local 1 // java.io.FileDescriptor fd
        start local 2 // long address
        start local 4 // int len
         0: .line 66
            aload 1 /* fd */
            lload 2 /* address */
            iload 4 /* len */
            invokestatic sun.nio.ch.FileDispatcherImpl.writev0:(Ljava/io/FileDescriptor;JI)J
            lreturn
        end local 4 // int len
        end local 2 // long address
        end local 1 // java.io.FileDescriptor fd
        end local 0 // sun.nio.ch.SocketDispatcher this
      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 // sun.nio.ch.SocketDispatcher this
        start local 1 // java.io.FileDescriptor fd
         0: .line 70
            aload 1 /* fd */
            invokestatic sun.nio.ch.FileDispatcherImpl.close0:(Ljava/io/FileDescriptor;)V
         1: .line 71
            return
        end local 1 // java.io.FileDescriptor fd
        end local 0 // sun.nio.ch.SocketDispatcher this
      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 // sun.nio.ch.SocketDispatcher this
        start local 1 // java.io.FileDescriptor fd
         0: .line 74
            aload 1 /* fd */
            invokestatic sun.nio.ch.FileDispatcherImpl.preClose0:(Ljava/io/FileDescriptor;)V
         1: .line 75
            return
        end local 1 // java.io.FileDescriptor fd
        end local 0 // sun.nio.ch.SocketDispatcher this
      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    

  private static native int read0(java.io.FileDescriptor, long, int);
    descriptor: (Ljava/io/FileDescriptor;JI)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      fd       
      address  
      len      

  private static native long readv0(java.io.FileDescriptor, long, int);
    descriptor: (Ljava/io/FileDescriptor;JI)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      fd       
      address  
      len      
}
SourceFile: "SocketDispatcher.java"