class sun.nio.fs.UnixFileSystemProvider$1 extends sun.nio.fs.AbstractFileTypeDetector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.UnixFileSystemProvider$1
  super_class: sun.nio.fs.AbstractFileTypeDetector
{
  final sun.nio.fs.UnixFileSystemProvider this$0;
    descriptor: Lsun/nio/fs/UnixFileSystemProvider;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.fs.UnixFileSystemProvider);
    descriptor: (Lsun/nio/fs/UnixFileSystemProvider;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.UnixFileSystemProvider$1 this
         0: .line 533
            aload 0 /* this */
            aload 1
            putfield sun.nio.fs.UnixFileSystemProvider$1.this$0:Lsun/nio/fs/UnixFileSystemProvider;
            aload 0 /* this */
            invokespecial sun.nio.fs.AbstractFileTypeDetector.<init>:()V
            return
        end local 0 // sun.nio.fs.UnixFileSystemProvider$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileSystemProvider$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.String implProbeContentType(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.fs.UnixFileSystemProvider$1 this
        start local 1 // java.nio.file.Path file
         0: .line 536
            aconst_null
            areturn
        end local 1 // java.nio.file.Path file
        end local 0 // sun.nio.fs.UnixFileSystemProvider$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/UnixFileSystemProvider$1;
            0    1     1  file  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      file  
}
SourceFile: "UnixFileSystemProvider.java"
EnclosingMethod: sun.nio.fs.UnixFileSystemProvider.getFileTypeDetector:()Ljava/nio/file/spi/FileTypeDetector;
NestHost: sun.nio.fs.UnixFileSystemProvider
InnerClasses:
  sun.nio.fs.UnixFileSystemProvider$1