Uses of Class
com.aspose.zip.ArchiveFormat
-
-
Uses of ArchiveFormat in com.aspose.zip
Methods in com.aspose.zip that return ArchiveFormat Modifier and Type Method Description ArchiveFormatArchive. getFormat()Gets the archive format.abstract ArchiveFormatArchiveFormatInfo. getFormat()Gets the archive format.ArchiveFormatArjArchive. getFormat()Gets the archive format.ArchiveFormatBzip2Archive. getFormat()Gets the archive format.ArchiveFormatCabArchive. getFormat()Gets the archive format.ArchiveFormatCpioArchive. getFormat()Gets the archive format.ArchiveFormatGzipArchive. getFormat()Gets the archive format.ArchiveFormatIArchive. getFormat()Gets the archive format.ArchiveFormatIsoArchive. getFormat()Gets the archive format.ArchiveFormatLhaArchive. getFormat()Gets the archive format.ArchiveFormatLz4Archive. getFormat()Gets the archive format.ArchiveFormatLzipArchive. getFormat()Gets the archive format.ArchiveFormatLzmaArchive. getFormat()Gets the archive format.ArchiveFormatLzxArchive. getFormat()Gets the archive format.ArchiveFormatRarArchive. getFormat()Gets the archive format.ArchiveFormatSevenZipArchive. getFormat()Gets the archive format.ArchiveFormatSnappyArchive. getFormat()Gets the archive format.ArchiveFormatTarArchive. getFormat()Gets the archive format.ArchiveFormatUueArchive. getFormat()Gets the archive format.ArchiveFormatWimArchive. getFormat()Gets the archive format.ArchiveFormatXarArchive. getFormat()Gets the archive format.ArchiveFormatXzArchive. getFormat()Gets the archive format.ArchiveFormatZArchive. getFormat()Gets the archive format.ArchiveFormatZstandardArchive. getFormat()Gets the archive format.static ArchiveFormatArchiveFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ArchiveFormat[]ArchiveFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.zip with parameters of type ArchiveFormat Modifier and Type Method Description static voidArchiveFactory. compressDirectory(String path, String outputFileName, ArchiveFormat archiveFormat)Compresses the specified directory into an archive file using the provided archive format.
-