| Methods' Details |
getToken
| long |
| getToken( |
[in] string |
Identifier ); |
- Description
- returns a integer token for the given string identifier.
- Returns
- a unique integer token for the given String or FastToken::DONTKNOW
if the identifier is not known to this instance.
|
|
getIdentifier
| string |
| getIdentifier( |
[in] long |
Token ); |
- Description
- returns a string identifier for the given integer token.
|
|
getTokenFromUTF8
| long |
| getTokenFromUTF8( |
[in] sequence< byte > |
Identifier ); |
- Description
- returns a integer token for the given string
- Parameter Identifier
- the string given as a byte sequence encoded in UTF8
- Returns
- a unique integer token for the given String or FastToken::DONTKNOW
if the identifier is not known to this instance.
|
|
getUTF8Identifier
| sequence< byte > |
| getUTF8Identifier( |
[in] long |
Token ); |
- Description
- returns a identifier for the given integer token as a byte
sequence encoded in UTF8.
|
|
Copyright © 2010 Sun Microsystems, Inc.