Interface | Description |
---|---|
ExplodedImporter |
Importer used to import Exploded directory structures into a
Archive |
StreamImporter<I extends StreamImporter<I>> |
Generic importer capable of representing an
Assignable as an entity capable of reading from an
InputStream , or file type. |
TarBz2Importer |
Assignable type capable of importing TAR archive content encoded in BZip2 compression. |
TarGzImporter |
Assignable type capable of importing TAR archive content encoded in GZIP compression. |
TarImporter |
Assignable type capable of importing TAR archive content |
ZipImporter |
Assignable type capable of importing ZIP content. |
Exception | Description |
---|---|
ArchiveImportException |
Denotes an unexpected error was encountered while importing a Archive.
|