MonobjcMonobjc Documented Class Library
NSDataReadingOptions Enumeration
NamespacesMonobjc.FoundationNSDataReadingOptions

Options for methods used to read NSData objects.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSDataReadingOptions
Public Enumeration NSDataReadingOptions
public enum class NSDataReadingOptions
Members
MemberDescription
NSDataReadingMapped

A hint indicating the file should be mapped into virtual memory, if possible.

Available in Mac OS X v10.6 and later.


NSDataReadingUncached

A hint indicating the file should not be stored in the file-system caches.

For data being read once and discarded, this option can improve performance.

Available in Mac OS X v10.6 and later.


NSMappedRead

Deprecated name for NSDataReadingMapped. (Deprecated. Please use NSDataReadingMapped instead.)

Available in Mac OS X v10.4 and later.


NSUncachedRead

Deprecated name for NSDataReadingUncached. (Deprecated. Please use NSDataReadingUncached instead.)

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)