| Package | Description |
|---|---|
| org.exoplatform.commons.utils |
| Modifier and Type | Method and Description |
|---|---|
IOFailureFlow |
OutputStreamPrinter.getFailureFlow()
Returns the failure flow.
|
static IOFailureFlow |
IOFailureFlow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOFailureFlow[] |
IOFailureFlow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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.