| Package | Description |
|---|---|
| org.exoplatform.commons.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
CharsetTextEncoder
A stateless encoder that use a char encoder for performing the encoding task.
|
| Modifier and Type | Method and Description |
|---|---|
static TextEncoder |
CharsetTextEncoder.getUTF8() |
| Constructor and Description |
|---|
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,
boolean flushOnClose)
Builds an instance with the failureFlow being
IOFailureFlow.RETHROW and a the ignoreOnFailure property set to
false. |
OutputStreamPrinter(TextEncoder encoder,
OutputStream out,
boolean flushOnClose,
int bufferSize)
Builds an instance with the failureFlow being
IOFailureFlow.RETHROW and a the ignoreOnFailure property set to
false. |
OutputStreamPrinter(TextEncoder encoder,
OutputStream out,
boolean flushOnClose,
int bufferSize,
boolean growing)
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,
boolean flushOnClose,
int bufferSize)
Builds a new instance with the specified parameters and the delegate output.
|
OutputStreamPrinter(TextEncoder encoder,
OutputStream out,
IOFailureFlow failureFlow,
boolean ignoreOnFailure,
boolean flushOnClose,
int bufferSize,
boolean growing) |
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.