truezip
TrueZip creates virtual directory instead of archive
I\'m having an issue with the following code: TFile src = new TFile(this.getMellomStasjon()); TFile dst = new TFile(this.getZipFolder()+\"\"+zipFile+\".zip\");[详细]
2023-04-09 13:22 分类:问答How can you get the size of a file in an archive using TrueZip?
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?[详细]
2023-03-24 00:25 分类:问答problem with truezip - when debuging, a strange exception is thrown
i have a strange problem with truezip. i run the following code: TFile.setDefaultArchiveDetector(new TArchiveDetector(\"zip\"));[详细]
2023-03-21 12:13 分类:问答TrueZip - How to decompress inner jar/zip files without expanding them as directories?
I\'m creating a tzp file using TrueZip 7, and the cp_rp method to add all directory contents at once to the tzp file.[详细]
2023-03-14 05:27 分类:问答How to open password protected zip file using truezip library in java
Please show me sample of code how to open password protected file using truezip library. If 开发者_如何学Cyou don\'t have a link to sample code please show me method to open this file.Have a look at[详细]
2023-02-20 19:25 分类:问答TrueZip Recursive Unzipping?
Does anyone have experience with the TrueZip java library?I\'m trying to do what should be a simple task, unzipping an archive that contains subfolders, and I\'ve so far been unable to get it to work.[详细]
2023-01-02 08:19 分类:问答Appending files to a zip file with Java
I am currently extracting the contents of a war file and then adding some new files to the directory structure and then creating a new war file.[详细]
2022-12-19 18:44 分类:问答Searching for base CMS
I\'m searching for a 开发者_开发百科PHP/MySQL based CMS with some basics like Register/Login. It shouldn\'t be that complex like TYPO3.[详细]
2022-12-18 07:16 分类:问答