Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class DataRecoveryMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.DataRecoveryMode


  • public final class DataRecoveryMode
    extends com.aspose.ms.System.Enum

    The data recovery mode.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ConsistentRecover
      The consistent recovery mode tries to recover all data as long as corruption does not break the file format and allows correct further processing.
      static int MaximalRecover
      The maximal recovery mode recovers all data even if the file format has corrupted structure and further processing may yield unattended effects.
      static int None
      No data recovery is implied.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • None

        public static final int None

        No data recovery is implied. Whenever the file format has some corrupted data the appropriate exception is thrown.

        See Also:
        Constant Field Values
      • ConsistentRecover

        public static final int ConsistentRecover

        The consistent recovery mode tries to recover all data as long as corruption does not break the file format and allows correct further processing.

        See Also:
        Constant Field Values
      • MaximalRecover

        public static final int MaximalRecover

        The maximal recovery mode recovers all data even if the file format has corrupted structure and further processing may yield unattended effects.

        See Also:
        Constant Field Values