Uses of Class
org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Package
Description
Provides stream classes for reading and writing archives using the CPIO format.
-
Uses of CpioArchiveEntry in org.apache.commons.compress.archivers.cpio
Modifier and TypeMethodDescriptionCpioArchiveOutputStream.createArchiveEntry
(File inputFile, String entryName) Creates a new CpioArchiveEntry.CpioArchiveOutputStream.createArchiveEntry
(Path inputPath, String entryName, LinkOption... options) Creates a new CpioArchiveEntry.CpioArchiveInputStream.getNextCPIOEntry()
Deprecated.CpioArchiveInputStream.getNextEntry()
Modifier and TypeMethodDescriptionvoid
CpioArchiveOutputStream.putArchiveEntry
(CpioArchiveEntry entry) Begins writing a new CPIO file entry and positions the stream to the start of the entry data.
CpioArchiveInputStream.getNextEntry()
.