class org.apache.xml.dtm.SecuritySupport$5 implements java.security.PrivilegedExceptionAction
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.xml.dtm.SecuritySupport$5
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 0: aload 0
aload 1
putfield org.apache.xml.dtm.SecuritySupport$5.val$file:Ljava/io/File;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/xml/dtm/SecuritySupport$5;
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 0: new java.io.FileInputStream
dup
aload 0
getfield org.apache.xml.dtm.SecuritySupport$5.val$file:Ljava/io/File;
invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/xml/dtm/SecuritySupport$5;
Exceptions:
throws java.io.FileNotFoundException
}
SourceFile: "SecuritySupport.java"
EnclosingMethod: org.apache.xml.dtm.SecuritySupport.getFileInputStream:(Ljava/io/File;)Ljava/io/FileInputStream;
NestHost: org.apache.xml.dtm.SecuritySupport
InnerClasses:
org.apache.xml.dtm.SecuritySupport$5