Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.programming.threads > #1365

Re: Parallel archiver using my ParallelZlib is here...

Path csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail
From aminer <aminer@toto.ca>
Newsgroups comp.programming, comp.programming.threads
Subject Re: Parallel archiver using my ParallelZlib is here...
Date Sat, 16 Feb 2013 08:30:09 -0800
Organization A noiseless patient Spider
Lines 39
Message-ID <kfo1jj$prn$1@dont-email.me> (permalink)
References <kfmr7l$tec$1@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Sat, 16 Feb 2013 13:29:23 +0000 (UTC)
Injection-Info mx05.eternal-september.org; posting-host="8427fd05edc201bb6b1d125b80ca38e6"; logging-data="26487"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198abpqsawPWCvOL3osDbm9XWq+Bq6SUlg="
User-Agent Mozilla/5.0 (Windows NT 6.0; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
In-Reply-To <kfmr7l$tec$1@dont-email.me>
Cancel-Lock sha1:uoDCMV9e2njtXWGAsTVGHa0w+e8=
Xref csiph.com comp.programming:3031 comp.programming.threads:1365

Cross-posted to 2 groups.

Show key headers only | View raw


Hello,

I want to add something..


When you want to delete files inside the archive you have to call
the DeleteFiles() method , the DeleteFiles() method will not delete
the files, it will mark the files as deleted , but it will
not delete the files , when you want to delete
completly the files , you have to calll the DeletedItems() method
to see how many files are marked deleted and after that
you use the Clean() method to delete completly the file from
the archive.

I have implemented it like that, cause it's better in my opinion..


Other than that, you have to call the LoadIndex() just
after you create your object with the constructor, it's mandatory,
and by calling the LoadIndex() method , my  Parallel archiver
will be fault tolerant to power failures etc.


That's all, hope you will enjoy it , cause my parallel archiver is  very 
fast and very easy to use...




Thank's
Amine Moulay Ramdane.






Back to comp.programming.threads | Previous | Next | Find similar


Thread

Re: Parallel archiver using my ParallelZlib is here... aminer <aminer@toto.ca> - 2013-02-16 08:30 -0800

csiph-web