class com.sun.org.apache.xalan.internal.utils.SecuritySupport$6 implements java.security.PrivilegedExceptionAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xalan.internal.utils.SecuritySupport$6
  super_class: java.lang.Object
{
  private final java.io.File val$file;
    descriptor: Ljava/io/File;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.utils.SecuritySupport$6 this
         0: .line 119
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xalan.internal.utils.SecuritySupport$6.val$file:Ljava/io/File;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xalan.internal.utils.SecuritySupport$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/utils/SecuritySupport$6;
    MethodParameters:
          Name  Flags
      val$file  final

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.utils.SecuritySupport$6 this
         0: .line 121
            new java.io.FileInputStream
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.utils.SecuritySupport$6.val$file:Ljava/io/File;
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            areturn
        end local 0 // com.sun.org.apache.xalan.internal.utils.SecuritySupport$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/utils/SecuritySupport$6;
    Exceptions:
      throws java.io.FileNotFoundException
}
SourceFile: "SecuritySupport.java"
EnclosingMethod: com.sun.org.apache.xalan.internal.utils.SecuritySupport.getFileInputStream:(Ljava/io/File;)Ljava/io/FileInputStream;
NestHost: com.sun.org.apache.xalan.internal.utils.SecuritySupport
InnerClasses:
  com.sun.org.apache.xalan.internal.utils.SecuritySupport$6