Uses of Interface
org.apache.commons.compress.archivers.cpio.CpioConstants

Packages that use CpioConstants
org.apache.commons.compress.archivers.cpio Provides stream classes for reading and writing archives using the CPIO format. 
 

Uses of CpioConstants in org.apache.commons.compress.archivers.cpio
 

Classes in org.apache.commons.compress.archivers.cpio that implement CpioConstants
 class CpioArchiveEntry
          A cpio archive consists of a sequence of files.
 class CpioArchiveInputStream
          CPIOArchiveInputStream is a stream for reading cpio streams.
 class CpioArchiveOutputStream
          CPIOArchiveOutputStream is a stream for writing CPIO streams.
 



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