Skip to content
Advertisement

Tag: zipoutputstream

ZipFile : Wrong values when reading

I am creating a zip file with one directory and an single compressed text file inside of it. Code to create the zip file Upon writing the file the size of the byte data uncompressed is 23 bytes and the size of the data compressed is 15. I am using every method inside ZipEntry just to test if i can

Advertisement