UnzippedStringMaker
last edited 4 years ago by amehrabyan
description
This part is designed for decompressing files and returning it as a String. It takes the name of the original file as the an argument, decompress it, convert it and sends it as a result. This part works with the files compressed into a commonly used ZIP (not GZIP) archive format.
The diagram of this part is not available YET.

inpins
- makeUnzippedString(String) - ID = 1 - Compressed file name
- String - Source file name
outpins
- String - ID = 51 - Result String
links to cvs
source - revision 1.0 org.vcb.parts.archiver.UnzippedStringMaker.java at sourceforge.net
configuration file revision 1.0 unzippedStrMaker.xml at sourceforge.net
status
alpha release