Package org.apache.commons.compress.archivers.cpio

Provides stream classes for reading and writing archives using the CPIO format.

See:
          Description

Interface Summary
CpioConstants All constants needed by CPIO.
 

Class Summary
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.
 

Package org.apache.commons.compress.archivers.cpio Description

Provides stream classes for reading and writing archives using the CPIO format.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.