Uses of Class
org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Packages that use DumpArchiveEntry
Package
Description
This package provides stream classes for reading archives using the UNIX DUMP format.
-
Uses of DumpArchiveEntry in org.apache.commons.compress.archivers.dump
Fields in org.apache.commons.compress.archivers.dump declared as DumpArchiveEntryFields in org.apache.commons.compress.archivers.dump with type parameters of type DumpArchiveEntryModifier and TypeFieldDescriptionprivate final Map
<Integer, DumpArchiveEntry> DumpArchiveInputStream.pending
Map of ino -> (directory) entry when we're missing one or more elements in the path.private final Queue
<DumpArchiveEntry> DumpArchiveInputStream.queue
Queue of (directory) entries where we now have the full path.Methods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntryModifier and TypeMethodDescriptionDumpArchiveInputStream.getNextDumpEntry()
Deprecated.DumpArchiveInputStream.getNextEntry()
(package private) static DumpArchiveEntry
DumpArchiveEntry.parse
(byte[] buffer) Populate the dump archive entry and tape segment header with the contents of the buffer.Methods in org.apache.commons.compress.archivers.dump with parameters of type DumpArchiveEntryModifier and TypeMethodDescriptionprivate String
DumpArchiveInputStream.getPath
(DumpArchiveEntry entry) Gets full path for specified archive entry, or null if there's a gap.private void
DumpArchiveInputStream.readDirectoryEntry
(DumpArchiveEntry entry) Read directory entry.
DumpArchiveInputStream.getNextEntry()
.