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 CpioArchiveEntryCpioArchiveInputStream.entryprivate CpioArchiveEntryCpioArchiveOutputStream.entryFields in org.apache.commons.compress.archivers.cpio with type parameters of type CpioArchiveEntryModifier and TypeFieldDescriptionprivate final HashMap<String, CpioArchiveEntry> CpioArchiveOutputStream.namesMethods 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 CpioArchiveEntryCpioArchiveInputStream.readNewEntry(boolean hasCrc) private CpioArchiveEntryCpioArchiveInputStream.readOldAsciiEntry()private CpioArchiveEntryCpioArchiveInputStream.readOldBinaryEntry(boolean swapHalfWord) Methods in org.apache.commons.compress.archivers.cpio with parameters of type CpioArchiveEntryModifier and TypeMethodDescriptionvoidCpioArchiveOutputStream.putArchiveEntry(CpioArchiveEntry entry) Begins writing a new CPIO file entry and positions the stream to the start of the entry data.private voidCpioArchiveOutputStream.writeHeader(CpioArchiveEntry e) private voidCpioArchiveOutputStream.writeNewEntry(CpioArchiveEntry entry) private voidCpioArchiveOutputStream.writeOldAsciiEntry(CpioArchiveEntry entry) private voidCpioArchiveOutputStream.writeOldBinaryEntry(CpioArchiveEntry entry, boolean swapHalfWord)
CpioArchiveInputStream.getNextEntry().