Class ArArchiveOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.compress.archivers.ArchiveOutputStream
org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

Implements the "ar" archive format as an output stream.
This class is not thread-safe