zipinputstream
Download zip file and save it in sdcard
I have an application to download zip file and save to sdcard. But I get zipentry=null while reading inputstream, it doesn\'t enter the while block. Could anyone help me in solving this problem, pleas[详细]
2023-03-28 12:20 分类:问答unzip archive with subfolders in java?
I am trying to unzip an archive (test.zip) containing a subfolder with some png images: test.zip -> images[详细]
2023-03-13 02:22 分类:问答How to reuse / reset an ZipInputStream?
I want to reset the ZipInputStream (ie back to the start position) in order to read certain files in order. How do I do tha开发者_JAVA百科t? I am so stucked...[详细]
2023-01-20 02:16 分类:问答ZipInputStream Throws Illegalargument exception for diacritics
If I run the below program with the zip file which has some files with diacritic characters (e.g 1-2GF-969##JÖN.pdf) , I get IllegalArgumentException.[详细]
2023-01-19 01:30 分类:问答How do I read multiple ZipEntries through a single InputStream
I have to pass an InputStream as a parameter to a 3rd party library, which will read the complete contents from the InputStream and do its job.[详细]
2023-01-13 01:27 分类:问答System.IOException when opening file with File.OpenRead
I get the following exception when I open a file for unzipping it\'s contents. It happens when I have the file selected in Windows Explorer, or mouse over it showing a tooltip.[详细]
2023-01-13 01:02 分类:问答Problem opening/downloading zip-file after decompression (Java/ZipInputStream)
The background Currently, I try to get a zip-file through a HTTP-servlet with a HTTP-request. The received zip-file contains three different files. These files contain information I want to filter out[详细]
2023-01-06 14:58 分类:问答How can I avoid mutable variables in Scala when using ZipInputStreams and ZipOutpuStreams?
I\'m trying to read a zip file, check that it has some required files, and then write all valid files out to another zip file. The basic introduction to java.util.zip has a lot of Java-isms and I\'d l[详细]
2022-12-31 02:40 分类:问答extracting contents of ZipFile entries when read from byte[] (Java)
I have a zip file whose contents are presented as byte[] but the original file object is not accessible. I want to read the contents of each of the entries. I am able to create a ZipInputStream from a[详细]
2022-12-08 02:56 分类:问答