Uses of Class
org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Packages that use DumpArchiveEntry Package Description org.apache.commons.compress.archivers.dump 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 DumpArchiveEntry Modifier and Type Field Description private DumpArchiveEntryDumpArchiveInputStream. activeFields in org.apache.commons.compress.archivers.dump with type parameters of type DumpArchiveEntry Modifier and Type Field Description private java.util.Map<java.lang.Integer,DumpArchiveEntry>DumpArchiveInputStream. pendingprivate java.util.Queue<DumpArchiveEntry>DumpArchiveInputStream. queueMethods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntry Modifier and Type Method Description DumpArchiveEntryDumpArchiveInputStream. getNextDumpEntry()Read the next entry.DumpArchiveEntryDumpArchiveInputStream. getNextEntry()(package private) static DumpArchiveEntryDumpArchiveEntry. 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 DumpArchiveEntry Modifier and Type Method Description private java.lang.StringDumpArchiveInputStream. getPath(DumpArchiveEntry entry)Get full path for specified archive entry, or null if there's a gap.private voidDumpArchiveInputStream. readDirectoryEntry(DumpArchiveEntry entry)Read directory entry.
-