C# Class Smartmobili.Cocoa.NSInputStream

Inheritance: NSStream
Datei anzeigen Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_data NSData
_stream Stream

Public Methods

Method Description
Alloc ( ) : NSInputStream
Close ( ) : void
InitWithData ( NSData data ) : id
InputStreamWithData ( NSData data ) : NSInputStream
Open ( ) : void
Read ( byte buffer, int maxLength ) : int

Method Details

Alloc() public static method

public static Alloc ( ) : NSInputStream
return NSInputStream

Close() public method

public Close ( ) : void
return void

InitWithData() public method

public InitWithData ( NSData data ) : id
data NSData
return id

InputStreamWithData() public static method

public static InputStreamWithData ( NSData data ) : NSInputStream
data NSData
return NSInputStream

Open() public method

public Open ( ) : void
return void

Read() public method

public Read ( byte buffer, int maxLength ) : int
buffer byte
maxLength int
return int

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_data protected_oe property

protected NSData,Smartmobili.Cocoa _data
return NSData

_stream protected_oe property

protected Stream _stream
return Stream