Package javax.activation
Class SecuritySupport
java.lang.Object
javax.activation.SecuritySupport
Security related methods that only work on J2SE 1.2 and newer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoader
static InputStream
getResourceAsStream
(Class c, String name) static URL[]
getResources
(ClassLoader cl, String name) static URL[]
getSystemResources
(String name) static InputStream
openStream
(URL url)
-
Constructor Details
-
SecuritySupport
private SecuritySupport()
-
-
Method Details
-
getContextClassLoader
-
getResourceAsStream
- Throws:
IOException
-
getResources
-
getSystemResources
-
openStream
- Throws:
IOException
-