Method | Description | |
---|---|---|
ByteSizeString ( byte buf, int sz ) : System | ||
ByteSizeString ( byte buf, int pos, int sz ) : System | ||
GetNextTag ( int &pos ) : int | ||
GetNextValue ( int &pos ) : |
||
IndexOf ( byte nextchar, int pos ) : int | ||
ToString ( ) : string |
public ByteSizeString ( byte buf, int sz ) : System | ||
buf | byte | |
sz | int | |
return | System |
public ByteSizeString ( byte buf, int pos, int sz ) : System | ||
buf | byte | |
pos | int | |
sz | int | |
return | System |
public GetNextValue ( int &pos ) : |
||
pos | int | |
return |
public IndexOf ( byte nextchar, int pos ) : int | ||
nextchar | byte | |
pos | int | |
return | int |