Compressor
last edited 4 years ago by amehrabyan
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

inpins
- compress(String, String) - ID = 1 - File names
- String - Source file name o String - Resulting compressed file name
outpins
- OK/ERROR code(0/-1) - ID = 51 - Result code
- 0/-1 - Success-0, Error-(-1)
links to cvs
source - revision 1.0 org.vcb.parts.archiver.Compressor.java at sourceforge.net
configuration file revision 1.0 compressor.xml at sourceforge.net
status
alpha release