Package org.apache.commons.compress.archivers.cpio
Provides stream classes for reading and writing archives using the CPIO format.
-
Interface Summary Interface Description CpioConstants All constants needed by CPIO. -
Class Summary Class Description CpioArchiveEntry A cpio archive consists of a sequence of files.CpioArchiveInputStream CpioArchiveInputStream is a stream for reading cpio streams.CpioArchiveOutputStream CpioArchiveOutputStream is a stream for writing CPIO streams.