Méthode |
Description |
|
Decode ( byte buffer, int bufferIndex ) : int |
|
|
Encode ( byte dst, int dstIndex ) : int |
|
|
IsResponse ( ) : bool |
|
|
ReadBytesWireFormat ( byte buffer, int bufferIndex ) : int |
|
|
ReadHeaderWireFormat ( byte buffer, int bufferIndex ) : int |
|
|
ReadInt2 ( byte src, int srcIndex ) : int |
|
|
ReadInt4 ( byte src, int srcIndex ) : int |
|
|
ReadInt8 ( byte src, int srcIndex ) : long |
|
|
ReadParameterWordsWireFormat ( byte buffer, int bufferIndex ) : int |
|
|
ReadString ( byte src, int srcIndex ) : string |
|
|
ReadString ( byte src, int srcIndex, int maxLen, bool useUnicode ) : string |
|
|
ReadString ( byte src, int srcIndex, int srcEnd, int maxLen, bool useUnicode ) : string |
|
|
ReadStringLength ( byte src, int srcIndex, int max ) : int |
|
|
ReadTime ( byte src, int srcIndex ) : long |
|
|
ReadUTime ( byte buffer, int bufferIndex ) : long |
|
|
Reset ( ) : void |
|
|
StringWireLength ( string str, int offset ) : int |
|
|
WriteBytesWireFormat ( byte dst, int dstIndex ) : int |
|
|
WriteHeaderWireFormat ( byte dst, int dstIndex ) : int |
|
|
WriteInt2 ( long val, byte dst, int dstIndex ) : void |
|
|
WriteInt4 ( long val, byte dst, int dstIndex ) : void |
|
|
WriteInt8 ( long val, byte dst, int dstIndex ) : void |
|
|
WriteParameterWordsWireFormat ( byte dst, int dstIndex ) : int |
|
|
WriteString ( string str, byte dst, int dstIndex ) : int |
|
|
WriteString ( string str, byte dst, int dstIndex, bool useUnicode ) : int |
|
|
WriteTime ( long t, byte dst, int dstIndex ) : void |
|
|
WriteUTime ( long t, byte dst, int dstIndex ) : void |
|
|