C# 클래스 Netstream.NetStreamStorage

상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: graphstream/gs-netstream 1 사용 예제들

공개 메소드들

메소드 설명
EncodeArray ( Array data ) : NetStreamStorage
EncodeEvent ( NetStreamEvent input ) : NetStreamStorage
EncodeNative ( object input ) : NetStreamStorage
EncodeString ( string input ) : NetStreamStorage
EncodeType ( NetStreamType input ) : NetStreamStorage
EncodeValueWithType ( object input ) : NetStreamStorage
Flip ( ) : void
NetStreamStorage ( ) : System
NetStreamStorage ( int capacity ) : System

보호된 메소드들

메소드 설명
GetNetStreamType ( object value ) : NetStreamType

비공개 메소드들

메소드 설명
GetUnsignedVarint ( long number ) : byte[]
GetVarint ( long input ) : byte[]
Serialize ( object input ) : void
varintSize ( long data ) : int

메소드 상세

EncodeArray() 공개 메소드

public EncodeArray ( Array data ) : NetStreamStorage
data System.Array
리턴 NetStreamStorage

EncodeEvent() 공개 메소드

public EncodeEvent ( NetStreamEvent input ) : NetStreamStorage
input NetStreamEvent
리턴 NetStreamStorage

EncodeNative() 공개 메소드

public EncodeNative ( object input ) : NetStreamStorage
input object
리턴 NetStreamStorage

EncodeString() 공개 메소드

public EncodeString ( string input ) : NetStreamStorage
input string
리턴 NetStreamStorage

EncodeType() 공개 메소드

public EncodeType ( NetStreamType input ) : NetStreamStorage
input NetStreamType
리턴 NetStreamStorage

EncodeValueWithType() 공개 메소드

public EncodeValueWithType ( object input ) : NetStreamStorage
input object
리턴 NetStreamStorage

Flip() 공개 메소드

public Flip ( ) : void
리턴 void

GetNetStreamType() 보호된 메소드

protected GetNetStreamType ( object value ) : NetStreamType
value object
리턴 NetStreamType

NetStreamStorage() 공개 메소드

public NetStreamStorage ( ) : System
리턴 System

NetStreamStorage() 공개 메소드

public NetStreamStorage ( int capacity ) : System
capacity int
리턴 System