Method |
Description |
|
CalculateSize ( bool unicode ) : int |
|
|
DecodeFlags ( byte buffer, int &index ) : int |
|
|
DecodeString ( byte buffer, int &index, bool unicode ) : string |
|
|
DecodeTimestamp ( byte buffer, int &index ) : long |
|
|
EncodeFlags ( byte buf, int &index, short type, int value ) : void |
|
|
EncodeInt32 ( byte buf, int &index, int value ) : void |
|
|
EncodeString ( byte buf, int &index, short type, string value, bool unicode ) : void |
|
|
EncodeTimestamp ( byte buf, int &index, short type, long value ) : void |
|
|
EncodeTypeAndLength ( byte buf, int &index, short type, short length ) : void |
|
|