History for Compressor

changed:
-
description

   This part is designed for compressing files. It takes the name of the original file as the first argument and the name of the resulting compressed file as the second argument. This part compresses the file into a commonly used ZIP (not GZIP) archive format. If the resulting file is successfully created the part notifies you by sending a “success” code otherwise, it sends an “error” code.

   Part Diagram from Graph Editor

   <img src="compress.bmp" />


inpins

 1 compress(String, String) - ID = 1   - File names

  o String - Source file name 
  o String - Resulting compressed file name 

outpins

 1 OK/ERROR code(0/-1) - ID = 51    - Result code

  o 0/-1 - Success-0, Error-(-1)

  
links to cvs

 source - revision 1.0 "org.vcb.parts.archiver.Compressor.java":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/archiver/Compressor.java at sourceforge.net

 configuration file revision 1.0 "compressor.xml":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/archiver/compressor.xml at sourceforge.net

status

 alpha release