public final class NSDataReadingOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
DataReadingMapped
Deprecated name for NSDataReadingMappedIfSafe
|
static long |
DataReadingMappedAlways
Hint to map the file in if possible.
|
static long |
DataReadingMappedIfSafe
Hint to map the file in if possible and safe
|
static long |
DataReadingUncached
Hint to get the file not to be cached in the kernel
|
static long |
MappedRead
Deprecated name for NSDataReadingMapped
|
static long |
UncachedRead
Deprecated name for NSDataReadingUncached
|
public static final long DataReadingMappedIfSafe
public static final long DataReadingUncached
public static final long DataReadingMappedAlways
public static final long DataReadingMapped
public static final long MappedRead
public static final long UncachedRead