Hello Matt,
Unlikely since dataWithContentsOfMappedFile [1] was deprecated in iOS5
(and OSX 10.7). You should look at using
dataWithContentsOfFile:options:error: which is implemented in recent
versions of MonoTouch as:
public static NSData FromFile (string path, NSDataReadingOptions
mask, out NSError error)
Regards,
Sebastien
[1]
http://developer.apple.com/library/ios/#documentation/Cocoa/Reference/Foundation/Classes/NSData_Class/DeprecationAppendix/AppendixADeprecatedAPI.html#//apple_ref/occ/clm/NSData/dataWithContentsOfMappedFile:
On Tue, Jan 24, 2012 at 12:57 PM, Matthieu Laban
<[email protected]> wrote:
> Hey guys,
>
> Just wondering if [NSData dataWithContentsOfMappedFile] was going to be
> implemented in MonoTouch.
> I had seen something in a changelog some time ago but I can't find it
> anymore...
>
> Thanks!
> --
> Matt
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch