Methods' Summary |
getTokenFromUTF8 |
returns an integer token for the given string
|
getUTF8Identifier |
returns an identifier for the given integer token as a byte
sequence encoded in UTF-8.
|
Methods' Details |
getTokenFromUTF8
long |
getTokenFromUTF8( |
[in] sequence< byte > |
Identifier ); |
- Description
- returns an integer token for the given string
- Parameter Identifier
- the string given as a byte sequence encoded in UTF-8
- 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 an identifier for the given integer token as a byte
sequence encoded in UTF-8.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.