Description: This Class puts files and string into a bigger file. Like an array. But when it inserts (or extracts) a file it doesnt use large amounts of memory and CPU. It grabs small chunks of the file in opposition to loading the entire file into memory. Loading many files that are large in size will use up memory and CPU. It doesnt use encryption or compression, but you could add those. Feel free to use this code in any manner, and I hope you have a good day.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=64959&lngWId=1
The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.