C# Class ProtocolBuffers.TokenReader

Afficher le fichier Open project: enyim/ProtoBuf Class Usage Examples

Méthodes publiques

Méthode Description
ReadNext ( ) : string
ReadNextOrThrow ( string expect ) : void

Read next token and throw a ProtoFormatException if the token was not the specified.

TokenReader ( string text ) : System

Private Methods

Méthode Description
GetChar ( ) : string

Method Details

ReadNext() public méthode

public ReadNext ( ) : string
Résultat string

ReadNextOrThrow() public méthode

Read next token and throw a ProtoFormatException if the token was not the specified.
public ReadNextOrThrow ( string expect ) : void
expect string
Résultat void

TokenReader() public méthode

public TokenReader ( string text ) : System
text string
Résultat System