C# Class Tmds.SockJS.JsonString

Show file Open project: tmds/Tmds.SockJS Class Usage Examples

Public Methods

Method Description
Decode ( ArraySegment destination ) : int
JsonString ( byte buffer, int startIndex, int endIndex ) : System

Private Methods

Method Description
readHex ( byte b ) : int

Method Details

Decode() public method

public Decode ( ArraySegment destination ) : int
destination ArraySegment
return int

JsonString() public method

public JsonString ( byte buffer, int startIndex, int endIndex ) : System
buffer byte
startIndex int
endIndex int
return System