Uses of Class
com.aspose.zip.XarCompressionSettings
-
-
Uses of XarCompressionSettings in com.aspose.zip
Subclasses of XarCompressionSettings in com.aspose.zip Modifier and Type Class Description classXarBzip2CompressionSettingsSettings for Bzip2 compression method.classXarStoreCompressionSettingsSettings for Store compression method.classXarZlibCompressionSettingsSettings for Zlib compression method.Methods in com.aspose.zip with parameters of type XarCompressionSettings Modifier and Type Method Description XarArchiveXarArchive. createEntries(File directory, boolean includeRootDirectory, XarCompressionSettings compressionSettings)Adds to the archive all the files and directories recursively in the directory given.XarArchiveXarArchive. createEntries(String sourceDirectory, boolean includeRootDirectory, XarCompressionSettings compressionSettings)Adds to the archive all the files and directories recursively in the directory given.XarEntryXarArchive. createEntry(String name, File file, boolean openImmediately, XarCompressionSettings compressionSettings)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, InputStream source, XarCompressionSettings compressionSettings)Create a single entry within the archive.XarEntryXarArchive. createEntry(String name, String sourcePath, boolean openImmediately, XarCompressionSettings compressionSettings)Create a single entry within the archive.Constructors in com.aspose.zip with parameters of type XarCompressionSettings Constructor Description XarArchive(XarCompressionSettings defaultCompressionSettings)Initializes a new instance of theXarArchiveclass.
-