ClassLoader | JDK 1.0 |
java.lang |
Synopsis | ^ ? |
public abstract class | ClassLoader { |
// Protected Constructors |
![]() |
); |
![]() |
ClassLoader parent); |
// Public Class Methods |
![]() |
); |
![]() |
String name); |
![]() |
String name); |
![]() |
String name) throws IOException; |
// Property Accessor Methods (by property name) |
![]() |
); |
// Public Instance Methods |
![]() |
String name); |
![]() |
String name); |
![]() |
String name) throws IOException; |
![]() |
String name) throws ClassNotFoundException; |
// Protected Instance Methods |
![]() |
String name, byte[ ] b, int off, int len) throws ClassFormatError; |
![]() |
String name, byte[ ] b, int off, int len, ProtectionDomain protectionDomain) throws ClassFormatError; |
![]() |
String name, String specTitle, String specVersion, String specVendor, String implTitle, String implVersion, String implVendor, URL sealBase) throws IllegalArgumentException; |
![]() |
String name) throws ClassNotFoundException; |
![]() |
String libname); | constant |
![]() |
String name); | native |
![]() |
String name); | constant |
![]() |
String name) throws IOException; |
![]() |
String name) throws ClassNotFoundException; |
![]() |
String name); |
![]() |
); |
![]() |
String name, boolean resolve) throws ClassNotFoundException; | synchronized |
![]() |
Class c); |
![]() |
Class c, Object[ ] signers); |
// Deprecated Methods |
![]() |
byte[ ] b, int off, int len) throws ClassFormatError; |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() |
![]() | ||
![]() | ClassLoader | ![]() |
JavaBeans Properties | ^ ? |
Name | Type | Access | Default | Flags |
parent | ClassLoader | get | read-only |
Inherited Properties | ^ ? |
Object: | class |
Inherited Methods | ^ ? |
Object: | clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait() |
Passed To | ^ ? |
Returned By | ^ ? |
Uses | ^ ? |
Used By | ^ ? |