$FUNCNAME$
	bZip2Write()
$CATEGORY$
  Pack/Unpack,FILE/IO
$SUMMARY$
	Write data to bZIP2 file.
$LANG_RU$
	   bZIP2 .
$SYNTAX$
	bZip2Write(<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$
       bZip2Write() returns number of writed bytes or -1 if error.
$LANG_RU$
       bZip2Write()  -    -1  .
$DESCRIPTION$
	Pack <len> bytes from <cBuffer> and write them to bZIP2-file.
$LANG_RU$
	 <len>   <cBuffer>     bZIP2-.
$EXAMPLES$
	s := space(1000)
	realLen := bZip2Write(h,s,300)
$PLATFORMS$
   No dependies of platform.
   $LANG_RU$
      
$SEEALSO$
	bZip2Open(),bZip2Read(),bZip2Close()
$AUTHOR$
ITK,Paul
$END$
