Uses of Class
com.aspose.zip.XzCheckType
-
-
Uses of XzCheckType in com.aspose.zip
Methods in com.aspose.zip that return XzCheckType Modifier and Type Method Description static XzCheckTypeXzCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static XzCheckType[]XzCheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aspose.zip with parameters of type XzCheckType Constructor Description XzArchiveSettings(XzFilterSettings[] filters, long blockSize, XzCheckType checkType)Initializes a new instance of theXzArchiveSettingsclass with custom parameters.
-