ZipOutputStream.write

ZipOutputStream.write

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void write( byte b[], int off, int len ) throws IOException
Parameters
b
the data to be written
off
the start offset in the data
len
the number of bytes that are written
Description
Writes an array of bytes to the current ZIP entry data. This method will block until all the bytes are written.

Exceptions
ZipException if a ZIP file error has occurred
Exceptions
IOException if an I/O error has occurred
Overrides
write in class DeflaterOutputStream