As per the TrueZip docs, it appears that the length() method returns 0 or -1.
I am updating a WAR archive and I would like to only update files whose lengths have changed. How can this be achieved?
Thanks in advance,
Martin
|
First, call the method Then use the following method to obtain a TFile which does not detect the archive file and call its length() method:
|
||||
|
compareToandequalsare not what I'm looking for. I have the javadocs locally (downloaded as Maven dependencies). Both methods compare the paths instead of the contents/sizes. – carlspring Jul 29 '11 at 14:06