Uses of Class
org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Packages that use CpioArchiveEntry Package Description org.apache.commons.compress.archivers.cpio Provides stream classes for reading and writing archives using the CPIO format. -
-
Uses of CpioArchiveEntry in org.apache.commons.compress.archivers.cpio
Methods in org.apache.commons.compress.archivers.cpio that return CpioArchiveEntry Modifier and Type Method Description CpioArchiveEntryCpioArchiveOutputStream. createArchiveEntry(java.io.File inputFile, java.lang.String entryName)Creates a new CpioArchiveEntry.CpioArchiveEntryCpioArchiveOutputStream. createArchiveEntry(java.nio.file.Path inputPath, java.lang.String entryName, java.nio.file.LinkOption... options)Creates a new CpioArchiveEntry.CpioArchiveEntryCpioArchiveInputStream. getNextCPIOEntry()Deprecated.CpioArchiveEntryCpioArchiveInputStream. getNextEntry()Methods in org.apache.commons.compress.archivers.cpio with parameters of type CpioArchiveEntry Modifier and Type Method Description voidCpioArchiveOutputStream. putArchiveEntry(CpioArchiveEntry entry)Begins writing a new CPIO file entry and positions the stream to the start of the entry data.
-