All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.zip.ZipInputStream

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----org.w3c.jigsaw.zip.ZipInputStream

public class ZipInputStream
extends InputStream

Constructor Index

 o ZipInputStream(ZipFile, InputStream)

Method Index

 o available()
 o close()
 o mark(int)
 o markSupported()
 o read()
 o read(byte[])
 o read(byte[], int, int)
 o reset()
 o skip(long)

Constructors

 o ZipInputStream
 protected ZipInputStream(ZipFile zip,
                          InputStream in)

Methods

 o available
 public int available() throws IOException
Overrides:
available in class InputStream
 o close
 public void close() throws IOException
Overrides:
close in class InputStream
 o mark
 public synchronized void mark(int readlimit)
Overrides:
mark in class InputStream
 o reset
 public synchronized void reset() throws IOException
Overrides:
reset in class InputStream
 o markSupported
 public boolean markSupported()
Overrides:
markSupported in class InputStream
 o read
 public int read() throws IOException
Overrides:
read in class InputStream
 o read
 public int read(byte b[]) throws IOException
Overrides:
read in class InputStream
 o read
 public int read(byte b[],
                 int off,
                 int len) throws IOException
Overrides:
read in class InputStream
 o skip
 public long skip(long n) throws IOException
Overrides:
skip in class InputStream

All Packages  Class Hierarchy  This Package  Previous  Next  Index