com.prosyst.util.jar
Class JarInputStream
java.lang.Object
com.prosyst.util.jar.JarInputStream
public class JarInputStream
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jis
protected java.util.jar.JarInputStream jis
currentEntry
protected java.util.jar.JarEntry currentEntry
manifest
protected Manifest manifest
JarInputStream
public JarInputStream(java.io.InputStream is,
Manifest mf,
CertificateManager cd)
throws java.io.IOException
- Throws:
java.io.IOException
JarInputStream
public JarInputStream(java.io.InputStream is,
Manifest mf,
boolean parsemf,
java.io.OutputStream os,
java.io.File f)
throws java.io.IOException
- Throws:
java.io.IOException
getManifest
public Manifest getManifest()
getNextEntry
public java.util.zip.ZipEntry getNextEntry()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
closeEntry
public void closeEntry()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved