public class sun.nio.ch.InheritedChannel$InheritedUnixChannelImpl extends sun.nio.ch.UnixDomainSocketChannelImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.ch.InheritedChannel$InheritedUnixChannelImpl
  super_class: sun.nio.ch.UnixDomainSocketChannelImpl
{
  void <init>(java.io.FileDescriptor);
    descriptor: (Ljava/io/FileDescriptor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.InheritedChannel$InheritedUnixChannelImpl this
        start local 1 // java.io.FileDescriptor fd
         0: .line 108
            aload 0 /* this */
            aload 1 /* fd */
            invokespecial sun.nio.ch.UnixDomainSocketChannelImpl.<init>:(Ljava/io/FileDescriptor;)V
         1: .line 109
            return
        end local 1 // java.io.FileDescriptor fd
        end local 0 // sun.nio.ch.InheritedChannel$InheritedUnixChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/ch/InheritedChannel$InheritedUnixChannelImpl;
            0    2     1    fd  Ljava/io/FileDescriptor;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fd    

  protected void implCloseSelectableChannel();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.ch.InheritedChannel$InheritedUnixChannelImpl this
         0: .line 112
            aload 0 /* this */
            invokespecial sun.nio.ch.UnixDomainSocketChannelImpl.implCloseChannel:()V
         1: .line 113
            invokestatic sun.nio.ch.InheritedChannel.detachIOStreams:()V
         2: .line 114
            return
        end local 0 // sun.nio.ch.InheritedChannel$InheritedUnixChannelImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/InheritedChannel$InheritedUnixChannelImpl;
    Exceptions:
      throws java.io.IOException

  public int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial sun.nio.ch.UnixDomainSocketChannelImpl.write:(Ljava/nio/ByteBuffer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial sun.nio.ch.UnixDomainSocketChannelImpl.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial sun.nio.ch.UnixDomainSocketChannelImpl.read:(Ljava/nio/ByteBuffer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "InheritedChannel.java"
NestHost: sun.nio.ch.InheritedChannel
InnerClasses:
  public InheritedUnixChannelImpl = sun.nio.ch.InheritedChannel$InheritedUnixChannelImpl of sun.nio.ch.InheritedChannel