Uses of Interface
org.apache.commons.compress.archivers.cpio.CpioConstants
Packages that use CpioConstants
Package
Description
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 CpioConstantsModifier and TypeClassDescriptionclass
A cpio archive consists of a sequence of files.class
CpioArchiveInputStream is a stream for reading cpio streams.class
CpioArchiveOutputStream is a stream for writing CPIO streams.