Package | Description |
---|---|
org.apache.commons.compress.archivers.ar |
Provides stream classes for reading and writing archives using
the AR format.
|
Modifier and Type | Field and Description |
---|---|
private ArArchiveEntry |
ArArchiveInputStream.currentEntry |
private ArArchiveEntry |
ArArchiveOutputStream.prevEntry |
Modifier and Type | Method and Description |
---|---|
ArArchiveEntry |
ArArchiveInputStream.getNextArEntry()
Returns the next AR entry in this stream.
|
private ArArchiveEntry |
ArArchiveInputStream.readGNUStringTable(byte[] length,
int offset,
int len)
Reads the GNU archive String Table.
|
Modifier and Type | Method and Description |
---|---|
private long |
ArArchiveOutputStream.writeEntryHeader(ArArchiveEntry pEntry) |