net.lingala.zip4j.io
Class ZipOutputStream
java.lang.Object
java.io.OutputStream
net.lingala.zip4j.io.BaseOutputStream
net.lingala.zip4j.io.CipherOutputStream
net.lingala.zip4j.io.DeflaterOutputStream
net.lingala.zip4j.io.ZipOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class ZipOutputStream
- extends DeflaterOutputStream
Method Summary |
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int bval)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipOutputStream
public ZipOutputStream(OutputStream outputStream)
ZipOutputStream
public ZipOutputStream(OutputStream outputStream,
ZipModel zipModel)
write
public void write(int bval)
throws IOException
- Overrides:
write
in class DeflaterOutputStream
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Overrides:
write
in class DeflaterOutputStream
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write
in class DeflaterOutputStream
- Throws:
IOException
Copyright © 2012. All Rights Reserved.