Framework Professional Edition Package


com.prosyst.util.jar
Class JarInputStream

java.lang.Object
  extended by com.prosyst.util.jar.JarInputStream

public class JarInputStream
extends java.lang.Object


Field Summary
protected  java.util.jar.JarEntry currentEntry
           
protected  java.util.jar.JarInputStream jis
           
protected  Manifest manifest
           
 
Constructor Summary
JarInputStream(java.io.InputStream is, Manifest mf, boolean parsemf, java.io.OutputStream os, java.io.File f)
           
JarInputStream(java.io.InputStream is, Manifest mf, CertificateManager cd)
           
 
Method Summary
 void close()
           
 void closeEntry()
           
 Manifest getManifest()
           
 java.util.zip.ZipEntry getNextEntry()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jis

protected java.util.jar.JarInputStream jis

currentEntry

protected java.util.jar.JarEntry currentEntry

manifest

protected Manifest manifest
Constructor Detail

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
Method Detail

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

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved