|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextEncoder | |
|---|---|
| org.exoplatform.commons.utils | |
| Uses of TextEncoder in org.exoplatform.commons.utils |
|---|
| Classes in org.exoplatform.commons.utils that implement TextEncoder | |
|---|---|
class |
CharsetTextEncoder
A stateless encoder that use a char encoder for performing the encoding task. |
| Methods in org.exoplatform.commons.utils that return TextEncoder | |
|---|---|
static TextEncoder |
CharsetTextEncoder.getUTF8()
|
| Constructors in org.exoplatform.commons.utils with parameters of type TextEncoder | |
|---|---|
OutputStreamPrinter(TextEncoder encoder,
OutputStream out)
Builds an instance with the failureFlow being IOFailureFlow.RETHROW and
a the ignoreOnFailure property set to false. |
|
OutputStreamPrinter(TextEncoder encoder,
OutputStream out,
IOFailureFlow failureFlow,
boolean ignoreOnFailure)
Builds a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||