Maven module :un.api : api-encoding :
Class : un.impl.io.gzip.GZipOutputStream
Extends/Implements : un.api.io.WrapOutputStream
Subclasses : -

Draft, just to enable it to be used by other classes which migth requiere GZip.
author  Johann Sorel


Variables : -
Functions : GZipOutputStream, finish, write, flush, close



public void GZipOutputStream (ByteOutputStream out)


Call to finish the gzip stream.
Calculates and write the CRC32 checksum and length.
throws  IOException
public void finish ()

public void write (byte b)

public void flush ()

public void close ()