C# 클래스 ProtocolBuffers.TokenReader

파일 보기 프로젝트 열기: enyim/ProtoBuf 1 사용 예제들

공개 메소드들

메소드 설명
ReadNext ( ) : string
ReadNextOrThrow ( string expect ) : void

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

TokenReader ( string text ) : System

비공개 메소드들

메소드 설명
GetChar ( ) : string

메소드 상세

ReadNext() 공개 메소드

public ReadNext ( ) : string
리턴 string

ReadNextOrThrow() 공개 메소드

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

TokenReader() 공개 메소드

public TokenReader ( string text ) : System
text string
리턴 System