zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

New feature request: Create a split zip file with ZipOutputStream

Open NanyangTaiji opened this issue 2 years ago • 3 comments
trafficstars

NanyangTaiji avatar Nov 10 '23 17:11 NanyangTaiji

Split zip file cannot be created by an OutputStream unfortunately. This feature needs random file access, which cannot be done via streams.

srikanth-lingala avatar Nov 10 '23 17:11 srikanth-lingala

Is possible to save half-done pieces to a cache folder first and then convert them in to split zip pieces?

NanyangTaiji avatar Nov 14 '23 04:11 NanyangTaiji

Just found you already have SplitOutputStream defined, how this is applied?

NanyangTaiji avatar Jan 05 '24 15:01 NanyangTaiji