Uses of Class
org.apache.commons.compress.archivers.ar.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
Modifier 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()
Modifier and TypeMethodDescriptionvoid
ArArchiveOutputStream.putArchiveEntry
(ArArchiveEntry entry)
ArArchiveInputStream.getNextEntry()
.