Uses of Class
kala.compress.archivers.ar.ArArchiveEntry
-
Packages that use ArArchiveEntry Package Description kala.compress.archivers.ar Provides stream classes for reading and writing archives using the AR format. -
-
Uses of ArArchiveEntry in kala.compress.archivers.ar
Fields in kala.compress.archivers.ar declared as ArArchiveEntry Modifier and Type Field Description private ArArchiveEntryArArchiveInputStream. currentEntryprivate ArArchiveEntryArArchiveOutputStream. prevEntryMethods in kala.compress.archivers.ar that return ArArchiveEntry Modifier and Type Method Description ArArchiveEntryArArchiveOutputStream. 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.ArArchiveEntryArArchiveInputStream. getNextEntry()private ArArchiveEntryArArchiveInputStream. readGNUStringTable(byte[] length, int offset, int len)Reads the GNU archive String Table.Methods in kala.compress.archivers.ar with parameters of type ArArchiveEntry Modifier and Type Method Description voidArArchiveOutputStream. putArchiveEntry(ArArchiveEntry entry)private intArArchiveOutputStream. writeEntryHeader(ArArchiveEntry entry)
-