Uses of Class
org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Packages that use 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
Fields in org.apache.commons.compress.archivers.cpio declared as CpioArchiveEntryModifier and TypeFieldDescriptionprivate CpioArchiveEntry
CpioArchiveInputStream.entry
private CpioArchiveEntry
CpioArchiveOutputStream.entry
Fields in org.apache.commons.compress.archivers.cpio with type parameters of type CpioArchiveEntryModifier and TypeFieldDescriptionprivate final HashMap<String,
CpioArchiveEntry> CpioArchiveOutputStream.names
Methods in org.apache.commons.compress.archivers.cpio that return CpioArchiveEntryModifier 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()
private CpioArchiveEntry
CpioArchiveInputStream.readNewEntry
(boolean hasCrc) private CpioArchiveEntry
CpioArchiveInputStream.readOldAsciiEntry()
private CpioArchiveEntry
CpioArchiveInputStream.readOldBinaryEntry
(boolean swapHalfWord) Methods in org.apache.commons.compress.archivers.cpio with parameters of type CpioArchiveEntryModifier and TypeMethodDescriptionvoid
CpioArchiveOutputStream.putArchiveEntry
(CpioArchiveEntry entry) Begins writing a new CPIO file entry and positions the stream to the start of the entry data.private void
CpioArchiveOutputStream.writeHeader
(CpioArchiveEntry e) private void
CpioArchiveOutputStream.writeNewEntry
(CpioArchiveEntry entry) private void
CpioArchiveOutputStream.writeOldAsciiEntry
(CpioArchiveEntry entry) private void
CpioArchiveOutputStream.writeOldBinaryEntry
(CpioArchiveEntry entry, boolean swapHalfWord)
CpioArchiveInputStream.getNextEntry()
.