public class TarArchiveReader extends java.lang.Object implements ArchiveReader
| Constructor and Description |
|---|
TarArchiveReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.commons.compress.archivers.tar.TarArchiveEntry> |
readArchive(java.io.File archive)
* Method to read the entries of a TAR-archive.
|
public java.util.List<org.apache.commons.compress.archivers.tar.TarArchiveEntry> readArchive(java.io.File archive)
throws java.io.IOException
readArchive in interface ArchiveReaderarchive - the TAR-archive, that is to be read.java.io.IOException