$FUNCNAME$
	gZipWrite()
$CATEGORY$
  Pack/Unpack,FILE/IO
$SUMMARY$
	Write data to GZIP file.
$LANG_RU$
	   GZIP .
$SYNTAX$
	gZipWrite(<nHandle>, <cBuffer> [,<nLen>]) --> realLen
$LANG_RU$
$ARGUMENTS$
	<nHandle> - number of opened file.
	<cBuffer> - buffer with data.
	<nLen> - number of write bytes.
$LANG_RU$
	<nHandle> -   .
	<cBuffer> -       .
	<nLen> - -   .
$RETURNS$
       gZipWrite() returns number of writed bytes or -1 if error.
$LANG_RU$
       gZipWrite()  -    -1  .
$DESCRIPTION$
	Pack <len> bytes from <cBuffer> and write them to GZIP-file.
$LANG_RU$
	 <len>   <cBuffer>     GZIP-.
$EXAMPLES$
	s := space(1000)
	realLen := gzipWrite(h,s,300)
$PLATFORMS$
   No dependies of platform.
   $LANG_RU$
      
$SEEALSO$
	gZipOpen(),gZipRead(),gZipClose()
$AUTHOR$
ITK,Paul
$END$
