what is mean by IntranetDataSource
final URL url = new URL(" ")
FileInputStream fileInputStream = new FileInputStream(" ");
IntranetDataSource ids = new IntranetDataSource(fileInputStream);
which package I should import to get this class?
final URL url = new URL(" ")
FileInputStream fileInputStream = new FileInputStream(" ");
IntranetDataSource ids = new IntranetDataSource(fileInputStream);
which package I should import to get this class?
THERE iS NO jar for IntranetDataSource .
u must be coping this from somewhere where that IntranetDataSourceis just only a class ..nothing else .
There is nothing called IntranetDataSourcein java