Method | Description | |
---|---|---|
AsStream ( ) : Stream | ||
FromArray ( byte buffer ) : |
||
FromBytes ( |
||
FromBytesNoCopy ( |
||
FromBytesNoCopy ( |
||
FromData ( |
||
FromFile ( string path ) : |
||
FromFile ( string path, NSDataReadingOptions mask, |
||
FromUrl ( string url ) : |
||
FromUrl ( string url, NSDataReadingOptions mask, |
||
Save ( string path, bool atomically = true ) : bool | ||
ToArray ( ) : byte[] | ||
this ( int index ) : byte |
Method | Description | |
---|---|---|
NSData ( ) : System | ||
NSData ( |
public static FromArray ( byte buffer ) : |
||
buffer | byte | |
return |
public static FromBytes ( |
||
bytes | ||
size | uint | |
return |
public static FromBytesNoCopy ( |
||
bytes | ||
size | uint | |
return |
public static FromBytesNoCopy ( |
||
bytes | ||
size | uint | |
freeWhenDone | bool | |
return |
public static FromData ( |
||
source | ||
return |
public static FromFile ( string path ) : |
||
path | string | |
return |
public static FromFile ( string path, NSDataReadingOptions mask, |
||
path | string | |
mask | NSDataReadingOptions | |
error | ||
return |
public static FromUrl ( string url ) : |
||
url | string | |
return |
public static FromUrl ( string url, NSDataReadingOptions mask, |
||
url | string | |
mask | NSDataReadingOptions | |
error | ||
return |
public Save ( string path, bool atomically = true ) : bool | ||
path | string | |
atomically | bool | |
return | bool |