C# Class QuickFix.ByteSizeString

ファイルを表示 Open project: kennystone/quickfixn Class Usage Examples

Public Methods

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

Method Details

ByteSizeString() public method

public ByteSizeString ( byte buf, int sz ) : System
buf byte
sz int
return System

ByteSizeString() public method

public ByteSizeString ( byte buf, int pos, int sz ) : System
buf byte
pos int
sz int
return System

GetNextTag() public method

public GetNextTag ( int &pos ) : int
pos int
return int

GetNextValue() public method

public GetNextValue ( int &pos ) : ByteSizeString
pos int
return ByteSizeString

IndexOf() public method

public IndexOf ( byte nextchar, int pos ) : int
nextchar byte
pos int
return int

ToString() public method

public ToString ( ) : string
return string