Decompressor

Document Actions
last edited 4 years ago by amehrabyan

description

This part is designed for decompressing files. It takes the name of the compressed file as the first argument and the name of the resulting decompressed file as the second argument. This part decompresses the file from 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.

The diagram of this part is not available YET.

inpins

  1. decompress(String, String) - ID = 1 - File names
    • String - Source file name o String - Resulting decompressed file name

outpins

  1. 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.Decompressor.java at sourceforge.net

configuration file revision 1.0 decompressor.xml at sourceforge.net

status

alpha release