C# Class ThirdParty.iOS4Unity.NSData

Inheritance: NSObject
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AsStream ( ) : Stream
FromArray ( byte buffer ) : NSData
FromBytes ( IntPtr bytes, uint size ) : NSData
FromBytesNoCopy ( IntPtr bytes, uint size ) : NSData
FromBytesNoCopy ( IntPtr bytes, uint size, bool freeWhenDone ) : NSData
FromData ( NSData source ) : NSData
FromFile ( string path ) : NSData
FromFile ( string path, NSDataReadingOptions mask, NSError &error ) : NSData
FromUrl ( string url ) : NSData
FromUrl ( string url, NSDataReadingOptions mask, NSError &error ) : NSData
Save ( string path, bool atomically = true ) : bool
ToArray ( ) : byte[]
this ( int index ) : byte

Private Methods

Méthode Description
NSData ( ) : System
NSData ( IntPtr handle ) : System

Method Details

AsStream() public méthode

public AsStream ( ) : Stream
Résultat Stream

FromArray() public static méthode

public static FromArray ( byte buffer ) : NSData
buffer byte
Résultat NSData

FromBytes() public static méthode

public static FromBytes ( IntPtr bytes, uint size ) : NSData
bytes System.IntPtr
size uint
Résultat NSData

FromBytesNoCopy() public static méthode

public static FromBytesNoCopy ( IntPtr bytes, uint size ) : NSData
bytes System.IntPtr
size uint
Résultat NSData

FromBytesNoCopy() public static méthode

public static FromBytesNoCopy ( IntPtr bytes, uint size, bool freeWhenDone ) : NSData
bytes System.IntPtr
size uint
freeWhenDone bool
Résultat NSData

FromData() public static méthode

public static FromData ( NSData source ) : NSData
source NSData
Résultat NSData

FromFile() public static méthode

public static FromFile ( string path ) : NSData
path string
Résultat NSData

FromFile() public static méthode

public static FromFile ( string path, NSDataReadingOptions mask, NSError &error ) : NSData
path string
mask NSDataReadingOptions
error NSError
Résultat NSData

FromUrl() public static méthode

public static FromUrl ( string url ) : NSData
url string
Résultat NSData

FromUrl() public static méthode

public static FromUrl ( string url, NSDataReadingOptions mask, NSError &error ) : NSData
url string
mask NSDataReadingOptions
error NSError
Résultat NSData

Save() public méthode

public Save ( string path, bool atomically = true ) : bool
path string
atomically bool
Résultat bool

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

this() public méthode

public this ( int index ) : byte
index int
Résultat byte