Package apple.foundation.enums
Class NSDataReadingOptions
- java.lang.Object
-
- apple.foundation.enums.NSDataReadingOptions
-
public final class NSDataReadingOptions extends java.lang.ObjectRead/Write Options ***************
-
-
Field Summary
Fields Modifier and Type Field Description static longDataReadingMappedDeprecated name for NSDataReadingMappedIfSafestatic longDataReadingMappedAlwaysHint to map the file in if possible.static longDataReadingMappedIfSafeHint to map the file in if possible and safestatic longDataReadingUncachedHint to get the file not to be cached in the kernelstatic longMappedReadDeprecated name for NSDataReadingMappedstatic longUncachedReadDeprecated name for NSDataReadingUncached
-
-
-
Field Detail
-
DataReadingMappedIfSafe
public static final long DataReadingMappedIfSafe
Hint to map the file in if possible and safe- See Also:
- Constant Field Values
-
DataReadingUncached
public static final long DataReadingUncached
Hint to get the file not to be cached in the kernel- See Also:
- Constant Field Values
-
DataReadingMappedAlways
public static final long DataReadingMappedAlways
Hint to map the file in if possible. This takes precedence over NSDataReadingMappedIfSafe if both are given.- See Also:
- Constant Field Values
-
DataReadingMapped
public static final long DataReadingMapped
Deprecated name for NSDataReadingMappedIfSafe- See Also:
- Constant Field Values
-
MappedRead
public static final long MappedRead
Deprecated name for NSDataReadingMapped- See Also:
- Constant Field Values
-
UncachedRead
public static final long UncachedRead
Deprecated name for NSDataReadingUncached- See Also:
- Constant Field Values
-
-