public final class JarURLConnection extends JarURLConnection
JarURLConnection used to support JarFile.getUrl().jarFileURLConnectionallowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
Object |
getContent() |
int |
getContentLength() |
long |
getContentLengthLong() |
String |
getContentType() |
String |
getEntryName() |
InputStream |
getInputStream() |
JarEntry |
getJarEntry() |
JarFile |
getJarFile() |
URL |
getJarFileURL() |
long |
getLastModified() |
Permission |
getPermission() |
getAttributes, getCertificates, getMainAttributes, getManifestaddRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContentEncoding, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFieldLong, getHeaderFields, getIfModifiedSince, getOutputStream, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toStringpublic void connect()
throws IOException
connect in class URLConnectionIOExceptionpublic JarFile getJarFile() throws IOException
getJarFile in class JarURLConnectionIOExceptionpublic URL getJarFileURL()
getJarFileURL in class JarURLConnectionpublic JarEntry getJarEntry() throws IOException
getJarEntry in class JarURLConnectionIOExceptionpublic String getEntryName()
getEntryName in class JarURLConnectionpublic InputStream getInputStream() throws IOException
getInputStream in class URLConnectionIOExceptionpublic int getContentLength()
getContentLength in class URLConnectionpublic long getContentLengthLong()
getContentLengthLong in class URLConnectionpublic Object getContent() throws IOException
getContent in class URLConnectionIOExceptionpublic String getContentType()
getContentType in class URLConnectionpublic Permission getPermission() throws IOException
getPermission in class URLConnectionIOExceptionpublic long getLastModified()
getLastModified in class URLConnectionCopyright © 2024. All rights reserved.