This method of the FileIOPermission Class returns the flag that controls whether classes that possess this permission should have read access to the directory that they were loaded from, if that location is a file:// URL.
public boolean getCanReadFromFileURLCodebase();
Returns true if the permission allows reading from file:// URL codebases; otherwise, returns false.