public class ZipStreamHandler extends URLStreamHandler
| Constructor and Description |
|---|
ZipStreamHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
checkNestedProtocol(String spec) |
protected int |
hashCode(URL u) |
protected URLConnection |
openConnection(URL u) |
protected void |
parseURL(URL url,
String spec,
int start,
int limit) |
protected boolean |
sameFile(URL u1,
URL u2)
Compare two zip URLs.
|
equals, getDefaultPort, getHostAddress, hostsEqual, openConnection, setURL, setURL, toExternalFormprotected URLConnection openConnection(URL u) throws IOException
openConnection in class URLStreamHandlerIOExceptionprotected boolean sameFile(URL u1, URL u2)
sameFile in class URLStreamHandlerprotected int hashCode(URL u)
hashCode in class URLStreamHandlerprotected void parseURL(URL url, String spec, int start, int limit)
parseURL in class URLStreamHandler