ewe.util.zip
Class ZipOutputStream

java.lang.Object
  extended byewe.io.OutputStream
      extended byewe.util.zip.ZipOutputStream
All Implemented Interfaces:
Streamable

public class ZipOutputStream
extends OutputStream


Field Summary
 
Fields inherited from class ewe.io.OutputStream
closed, out, rs, stream
 
Constructor Summary
ZipOutputStream(BasicStream out)
           
ZipOutputStream(OutputStream out)
           
 
Method Summary
 void closeEntry()
           
 void finish()
           
 void putNextEntry(ZipEntry entry)
           
 void setComment(String comment)
           
 void setLevel(int level)
           
 void setMethod(int method)
           
 
Methods inherited from class ewe.io.OutputStream
close, flush, getFastStream, getName, shutdown, toStream, toWritableStream, write, write, write, writeSingleByteToMultiByteWrite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Constructor Detail

ZipOutputStream

public ZipOutputStream(BasicStream out)

ZipOutputStream

public ZipOutputStream(OutputStream out)
Method Detail

closeEntry

public void closeEntry()
                throws IOException
Throws:
IOException

finish

public void finish()
            throws IOException
Throws:
IOException

putNextEntry

public void putNextEntry(ZipEntry entry)
                  throws IOException
Throws:
IOException

setLevel

public void setLevel(int level)

setMethod

public void setMethod(int method)

setComment

public void setComment(String comment)