Uses of Class
org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
Packages that use ArArchiveEntry Package Description org.apache.commons.compress.archivers.ar 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 ArArchiveEntry Modifier and Type Field Description private ArArchiveEntry
ArArchiveInputStream. currentEntry
private ArArchiveEntry
ArArchiveOutputStream. prevEntry
Methods in org.apache.commons.compress.archivers.ar that return ArArchiveEntry Modifier and Type Method Description ArArchiveEntry
ArArchiveOutputStream. createArchiveEntry(java.io.File inputFile, java.lang.String entryName)
ArArchiveEntry
ArArchiveOutputStream. createArchiveEntry(java.nio.file.Path inputPath, java.lang.String entryName, java.nio.file.LinkOption... options)
Creates an archive entry using the inputPath and entryName provided.ArArchiveEntry
ArArchiveInputStream. getNextArEntry()
Deprecated.ArArchiveEntry
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 ArArchiveEntry Modifier and Type Method Description void
ArArchiveOutputStream. putArchiveEntry(ArArchiveEntry entry)
private void
ArArchiveOutputStream. writeEntryHeader(ArArchiveEntry entry)
-