C# 클래스 Smartmobili.Cocoa.NSInputStream

상속: NSStream
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_data NSData
_stream Stream

공개 메소드들

메소드 설명
Alloc ( ) : NSInputStream
Close ( ) : void
InitWithData ( NSData data ) : id
InputStreamWithData ( NSData data ) : NSInputStream
Open ( ) : void
Read ( byte buffer, int maxLength ) : int

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSInputStream
리턴 NSInputStream

Close() 공개 메소드

public Close ( ) : void
리턴 void

InitWithData() 공개 메소드

public InitWithData ( NSData data ) : id
data NSData
리턴 id

InputStreamWithData() 공개 정적인 메소드

public static InputStreamWithData ( NSData data ) : NSInputStream
data NSData
리턴 NSInputStream

Open() 공개 메소드

public Open ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int maxLength ) : int
buffer byte
maxLength int
리턴 int

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_data 보호되어 있는 프로퍼티

protected NSData,Smartmobili.Cocoa _data
리턴 NSData

_stream 보호되어 있는 프로퍼티

protected Stream _stream
리턴 Stream