StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.lib.sandbox
Class JarInputStream

java.lang.Object
  |
  +--com.sun.star.lib.sandbox.JarInputStream

synchronized class JarInputStream
extends java.lang.Object


Field Summary
(package private)  java.util.zip.ZipEntry ent
           
(package private)  java.util.zip.ZipInputStream jvs
           
(package private)  java.util.Hashtable nameToObject
           
 
Constructor Summary
JarInputStream(java.io.InputStream is)
           
 
Method Summary
 int available()
           
 void close()
           
 com.sun.star.lib.sandbox.JarEntry getNextJarEntry()
           
(package private) static boolean isManifest(java.lang.String s)
           
 int read(byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ent

java.util.zip.ZipEntry ent

jvs

java.util.zip.ZipInputStream jvs

nameToObject

java.util.Hashtable nameToObject
Constructor Detail

JarInputStream

public JarInputStream(java.io.InputStream is)
               throws java.io.IOException
Method Detail

available

public int available()
              throws java.io.IOException

close

public void close()
           throws java.io.IOException

getNextJarEntry

public com.sun.star.lib.sandbox.JarEntry getNextJarEntry()
                                                  throws java.io.IOException

isManifest

static boolean isManifest(java.lang.String s)

read

public int read(byte[] b)
         throws java.io.IOException

StarOffice 5.2 API
reverse engineered by classdoc