Open NanyangTaiji opened 1 year ago
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?
Split zip file cannot be created by an OutputStream unfortunately. This feature needs random file access, which cannot be done via streams.