Uses of Class
com.aspose.zip.ZstandardSaveOptions
-
-
Uses of ZstandardSaveOptions in com.aspose.zip
Methods in com.aspose.zip with parameters of type ZstandardSaveOptions Modifier and Type Method Description voidZstandardArchive. save(File destination, ZstandardSaveOptions settings)Saves archive to the destination file provided.voidZstandardArchive. save(OutputStream outputStream, ZstandardSaveOptions settings)Saves archive to the stream provided.voidZstandardArchive. save(String destinationFileName, ZstandardSaveOptions settings)Saves archive to the destination file provided.
-