GZIPOutputStream.write

GZIPOutputStream.write

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void write( byte buf[], int off, int len ) throws IOException
Parameters
buf
the data to be written
off
the start offset of the data
len
the length of the data
Description
Writes array of bytes to the compressed output stream. This method will block until all the bytes are written.

Exceptions
IOException If an I/O error has occurred.
Overrides
write in class DeflaterOutputStream