srikanth-lingala / zip4j

A Java library for zip files and streams
Apache License 2.0
2.01k stars 307 forks source link

Is there some way to use addStream() and createSplitZipFile...() together? #497

Closed DarkQrow closed 1 year ago

DarkQrow commented 1 year ago

I noticed there is no method "createSplitZipFile" for Streams, but maybe i missed something. And if it is really no way to use Streams and splitZip, why? Is it header problem?

srikanth-lingala commented 1 year ago

I added this feature. I will include this in the next release

NanyangTaiji commented 10 months ago

Create a large zip file and then split it.