History for UnzippedStringMaker

changed:
-
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.

   <img src="zipToStr.bmp" />

inpins

 1 makeUnzippedString(String) - ID = 1   - Compressed file name

  o String - Source file name 
  
outpins

 1 String - ID = 51    - Result String

   
links to cvs

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

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

status

 alpha release