ewe.util.zip
Class ZipOutputStream
java.lang.Object
ewe.io.OutputStream
ewe.util.zip.ZipOutputStream
- All Implemented Interfaces:
- Streamable
- public class ZipOutputStream
- extends OutputStream
| Methods inherited from class ewe.io.OutputStream |
close, flush, getFastStream, getName, shutdown, toStream, toWritableStream, write, write, write, writeSingleByteToMultiByteWrite |
ZipOutputStream
public ZipOutputStream(BasicStream out)
ZipOutputStream
public ZipOutputStream(OutputStream out)
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)