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 c
First, call the method TFile.umount()
to commit any changes.
Then use the following method to obtain a TFile which does not detect the archive file and call its length() method:
private static TFile newNonArchiveFile(TFile file) {
return new TFile(file.getParentFile(), file.getName(), TArchiveDetector.NULL);
}