zip4j
zip4j copied to clipboard
New feature request: Create a split zip file with ZipOutputStream
trafficstars
Split zip file cannot be created by an OutputStream unfortunately. This feature needs random file access, which cannot be done via streams.
Is possible to save half-done pieces to a cache folder first and then convert them in to split zip pieces?
Just found you already have SplitOutputStream defined, how this is applied?