Fields Summary |
---|
public long | lastModifiedThe "last modified" time of the origin file at the time this class
was loaded, in milliseconds since the epoch. |
public byte[] | binaryContentBinary content of the resource. |
public Class | loadedClassLoaded class. |
public URL | sourceURL source from where the object was loaded. |
public URL | codeBaseURL of the codebase from where the object was loaded. |
public Manifest | manifestManifest (if the resource was loaded from a JAR). |
public Certificate[] | certificatesCertificates (if the resource was loaded from a JAR). |