Package org.apache.commons.compress.archivers.ar
package org.apache.commons.compress.archivers.ar
Provides stream classes for reading and writing archives using the AR format.
The ar format is used - among many other things - for Debian .deb
packages.
-
ClassDescriptionRepresents an archive entry in the "ar" format.Implements the "ar" archive format as an input stream.Implements the "ar" archive format as an output stream.