On 2012-05-25, Marcel Bruch wrote:

> is there any support for just appending new entries to an existing file?

Since you decide about the stream you pass in to the ArchiveOutputStream
yourself you can hand over a FileOutputStream that is appending.  This
should work for tar, cpio and ar but won't work for zip with the central
directory at the end of the file.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to