Метод | Описание | |
---|---|---|
EncodeArray ( |
||
EncodeEvent ( NetStreamEvent input ) : |
||
EncodeNative ( object input ) : |
||
EncodeString ( string input ) : |
||
EncodeType ( NetStreamType input ) : |
||
EncodeValueWithType ( object input ) : |
||
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 |
public EncodeArray ( |
||
data | ||
Результат |
public EncodeEvent ( NetStreamEvent input ) : |
||
input | NetStreamEvent | |
Результат |
public EncodeNative ( object input ) : |
||
input | object | |
Результат |
public EncodeString ( string input ) : |
||
input | string | |
Результат |
public EncodeType ( NetStreamType input ) : |
||
input | NetStreamType | |
Результат |
public EncodeValueWithType ( object input ) : |
||
input | object | |
Результат |
protected GetNetStreamType ( object value ) : NetStreamType | ||
value | object | |
Результат | NetStreamType |
public NetStreamStorage ( int capacity ) : System | ||
capacity | int | |
Результат | System |