Uses of Class
org.apache.commons.compress.archivers.ar.ArArchiveEntry
Packages that use ArArchiveEntry
Package
Description
Provides stream classes for reading and writing archives using the AR format.
-
Uses of ArArchiveEntry in org.apache.commons.compress.archivers.ar
Fields in org.apache.commons.compress.archivers.ar declared as ArArchiveEntryModifier and TypeFieldDescriptionprivate ArArchiveEntry
ArArchiveInputStream.currentEntry
private ArArchiveEntry
ArArchiveOutputStream.prevEntry
Methods in org.apache.commons.compress.archivers.ar that return ArArchiveEntryModifier and TypeMethodDescriptionArArchiveOutputStream.createArchiveEntry
(File inputFile, String entryName) ArArchiveOutputStream.createArchiveEntry
(Path inputPath, String entryName, LinkOption... options) Creates an archive entry using the inputPath and entryName provided.ArArchiveInputStream.getNextArEntry()
Deprecated.ArArchiveInputStream.getNextEntry()
private ArArchiveEntry
ArArchiveInputStream.readGNUStringTable
(byte[] length, int offset, int len) Reads the GNU archive String Table.Methods in org.apache.commons.compress.archivers.ar with parameters of type ArArchiveEntryModifier and TypeMethodDescriptionvoid
ArArchiveOutputStream.putArchiveEntry
(ArArchiveEntry entry) private void
ArArchiveOutputStream.writeEntryHeader
(ArArchiveEntry entry)
ArArchiveInputStream.getNextEntry()
.