C# 클래스 SmtpServer.Protocol.Text.StringTokenReader

상속: TokenReader
파일 보기 프로젝트 열기: cosullivan/SmtpServer

공개 메소드들

메소드 설명
NextToken ( ) : Token

Reads the next token.

StringTokenReader ( string input ) : System

Constructor.

비공개 메소드들

메소드 설명
IsEof ( int index ) : bool

Returns a value indicating whether or not the given index is currently at the end of the input string.

NumberToken ( ) : Token

Returns a Number (or alpha-numeric) token from the current position.

TextToken ( ) : Token

Returns a Text token from the current position.

메소드 상세

NextToken() 공개 메소드

Reads the next token.
public NextToken ( ) : Token
리턴 Token

StringTokenReader() 공개 메소드

Constructor.
public StringTokenReader ( string input ) : System
input string The input string.
리턴 System