| Package | Description |
|---|---|
| org.exoplatform.commons.utils |
| Modifier and Type | Method and 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.
|
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.