Package apple.iosurface.enums
Class IOSurfacePurgeabilityState
- java.lang.Object
-
- apple.iosurface.enums.IOSurfacePurgeabilityState
-
public final class IOSurfacePurgeabilityState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intEmptyThrow away the contents of the IOSurface immediatelystatic intKeepCurrentKeep the current setting (useful for returning current status info)static intNonVolatileMark the IOSurface as non-volatilestatic intVolatileMark the IOSurface as volatile (contents may be thrown away)
-
-
-
Field Detail
-
NonVolatile
public static final int NonVolatile
Mark the IOSurface as non-volatile- See Also:
- Constant Field Values
-
Volatile
public static final int Volatile
Mark the IOSurface as volatile (contents may be thrown away)- See Also:
- Constant Field Values
-
Empty
public static final int Empty
Throw away the contents of the IOSurface immediately- See Also:
- Constant Field Values
-
KeepCurrent
public static final int KeepCurrent
Keep the current setting (useful for returning current status info)- See Also:
- Constant Field Values
-
-