nsIJARURI

JAR URLs have the following syntax

jar:!/

EXAMPLE: jar:http://www.big.com/blue.jar!/ocean.html

The nsIURL methods operate on the part of the spec.

Methods

cloneWithJARFile(jarFile)

Create a clone of the JAR URI with a new root URI (the URI for the
actual JAR file).

Attributes

JARFile

Returns the root URI (the one for the actual JAR file) for this JAR
(e.g., http://www.big.com/blue.jar).

JAREntry

Returns the entry specified for this JAR URI (e.g., “ocean.html”). This
value may contain %-escaped byte sequences.