Class NSDataReadingOptions


  • public final class NSDataReadingOptions
    extends java.lang.Object
    Read/Write Options ***************
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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