Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about zipoutputstream

Read more about zipoutputstream

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - zipoutputstream

Memory allocation error when trying to create a large zip file in memory

The memory allocation error specifically seems to occur once it hits the for loop and only for very large storesLists. I only able to hit the memory allocation error if storesList.size() is about 2 mi...
test-img

Brandon Hu

java

memory

zip

outputstream

zipoutputstream

Votes: 0

Answers: 1

Latest Answer

Don't build a memory structure when you can stream the same data directly - as huge structures may hit OutOfMemoryError on the toString() or getBytes() calls. If you are dealing with platform line sep...
test-img

DuncG

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 try(ZipOutputStream zos=new ZipOutputStream(new FileOutputStream("E:/Te...
test-img

Sync it

java

unzip

zip

zipoutputstream

Votes: 0

Answers: 1

Latest Answer

After much research i was able to solve 70% of the problems. Others can't be solved given the nature of how an ZipOutputStream & ZipFile reads the data Problem 1: Incorrect values returned by getS...
test-img

Sync it

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved