JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.exoplatform.commons.utils.Text
Packages that use
Text
Package
Description
org.exoplatform.commons.utils
Uses of
Text
in
org.exoplatform.commons.utils
Methods in
org.exoplatform.commons.utils
that return
Text
Modifier and Type
Method
Description
static
Text
Text.
create
(byte[] bytes,
Charset
charset)
Create a text object from the provided byte array.
static
Text
Text.
create
(char[] chars)
Create a text object from the provided char array.
static
Text
Text.
create
(
String
s)
Create a text object from the provided char array.