| Package | Description |
|---|---|
| org.exoplatform.commons.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
CharsetCharEncoder
An implementation of a char encoder that is stateless and is based on a specified charset.
|
class |
TableCharEncoder
A char encoder that use a table to cache the result produced by a delegate char encoder.
|
| Modifier and Type | Method and Description |
|---|---|
static CharEncoder |
CharsetCharEncoder.getUTF8() |
| Constructor and Description |
|---|
CharsetTextEncoder(CharEncoder charEncoder) |
TableCharEncoder(CharEncoder charEncoder)
Creates a new table based char encoder.
|
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.