Packages

package creator

Type Members

  1. final class ArchiveCreator7Z extends AbstractArchiveCreator[ArchiveCreator7Z] with Adapter7Z with SetEncryptHeader[ArchiveCreator7Z] with SetSolid[ArchiveCreator7Z] with SetLevel[ArchiveCreator7Z] with SetMultithreading[ArchiveCreator7Z]

    Concrete creator for 7Z archives.

  2. final class ArchiveCreatorBZip2 extends AbstractArchiveCreator[ArchiveCreatorBZip2] with AdapterBZip2 with SetLevel[ArchiveCreatorBZip2]

    Concrete creator for BZip2 archives.

  3. final class ArchiveCreatorGZip extends AbstractArchiveCreator[ArchiveCreatorGZip] with AdapterGZip with SetLevel[ArchiveCreatorGZip]

    Concrete creator for GZip archives.

  4. final class ArchiveCreatorTar extends AbstractArchiveCreator[ArchiveCreatorTar] with AdapterTar

    Concrete creator for Tar archives.

  5. final class ArchiveCreatorZip extends AbstractArchiveCreator[ArchiveCreatorZip] with AdapterZip with SetLevel[ArchiveCreatorZip]

    Concrete creator for Zip archives.

Ungrouped