Method | Description | |
---|---|---|
AddAlgorithm ( int c ) : void |
Add characters to the algorithm
|
|
AddComment ( int c ) : void |
Add characters to the comment section
|
|
AddData ( int c ) : void |
Add characters to the base64 encoded data section
|
|
AuthKeysFileLex ( LexReader Reader ) : System |
Create and initialize a lexical analyzer.
|
|
AuthKeysFileLex ( Stream Stream ) : System |
Create and initialize a lexical analyzer.
|
|
AuthKeysFileLex ( TextReader TextReader ) : System |
Create and initialize a lexical analyzer.
|
|
GetTaggedData ( ) : |
Retrieve tagged data and reset lexical analyzer to read the next line
|
|
GetToken ( ) : Token |
Get the next token from the stream
|
|
GetToken ( State StartState ) : Token |
Get the next token from the stream
|
|
Ignore ( int c ) : void |
Do nothing
|
|
Init ( ) : void |
public AuthKeysFileLex ( LexReader Reader ) : System | ||
Reader | LexReader | The input source. |
return | System |
public AuthKeysFileLex ( Stream Stream ) : System | ||
Stream | Stream | The input source. |
return | System |
public AuthKeysFileLex ( TextReader TextReader ) : System | ||
TextReader | TextReader | The input source. |
return | System |
public GetToken ( State StartState ) : Token | ||
StartState | State | The initial starting state |
return | Token |