| Package | Description |
|---|---|
| org.apache.commons.compress.archivers.ar |
Provides stream classes for reading and writing archives using the AR format.
|
| Modifier and Type | Method and Description |
|---|---|
ArArchiveEntry |
ArArchiveOutputStream.createArchiveEntry(File inputFile,
String entryName) |
ArArchiveEntry |
ArArchiveOutputStream.createArchiveEntry(Path inputPath,
String entryName,
LinkOption... options)
Creates an archive entry using the inputPath and entryName provided.
|
ArArchiveEntry |
ArArchiveInputStream.getNextArEntry()
Deprecated.
|
ArArchiveEntry |
ArArchiveInputStream.getNextEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArArchiveOutputStream.putArchiveEntry(ArArchiveEntry entry) |
Copyright © 2002–2025. All rights reserved.