https://bz.apache.org/bugzilla/show_bug.cgi?id=65581

            Bug ID: 65581
           Summary: add optional support in ZipArchiveFakeEntry to use a
                    temp file
           Product: POI
           Version: 5.0.x-dev
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: fannin...@yahoo.com
  Target Milestone: ---

Currently, ZipArchiveFakeEntry will read all the bytes of the file into memory
unless there are more than 2GB (Integer.MAX_VALUE) - in which case it throws an
error.

The workaround is to load the data from a java.io.File instead of an
InputStream but this may not be obvious or straightforward.

Aim is to have a configurable value at which ZipArchiveFakeEntry creates a temp
file (or an equivalent class).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to