Package | Description |
---|---|
org.apache.commons.compress.archivers.dump |
This package provides stream classes for reading archives
using the Unix DUMP format.
|
Modifier and Type | Field and Description |
---|---|
private DumpArchiveEntry |
DumpArchiveInputStream.active |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,DumpArchiveEntry> |
DumpArchiveInputStream.pending |
private java.util.Queue<DumpArchiveEntry> |
DumpArchiveInputStream.queue |
Modifier and Type | Method and Description |
---|---|
DumpArchiveEntry |
DumpArchiveInputStream.getNextDumpEntry()
Read the next entry.
|
DumpArchiveEntry |
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.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
DumpArchiveInputStream.getPath(DumpArchiveEntry entry)
Get full path for specified archive entry, or null if there's a gap.
|
private void |
DumpArchiveInputStream.readDirectoryEntry(DumpArchiveEntry entry)
Read directory entry.
|