Uses of Interface
org.exoplatform.commons.utils.TextEncoder
Packages that use TextEncoder
-
Uses of TextEncoder in org.exoplatform.commons.utils
Classes in org.exoplatform.commons.utils that implement TextEncoderModifier and TypeClassDescriptionfinal classA stateless encoder that use a char encoder for performing the encoding task.Methods in org.exoplatform.commons.utils that return TextEncoderConstructors in org.exoplatform.commons.utils with parameters of type TextEncoderModifierConstructorDescriptionOutputStreamPrinter(TextEncoder encoder, OutputStream out) Builds an instance with the failureFlow beingIOFailureFlow.RETHROWand a the ignoreOnFailure property set to false.OutputStreamPrinter(TextEncoder encoder, OutputStream out, boolean flushOnClose) Builds an instance with the failureFlow beingIOFailureFlow.RETHROWand a the ignoreOnFailure property set to false.OutputStreamPrinter(TextEncoder encoder, OutputStream out, boolean flushOnClose, int bufferSize) Builds an instance with the failureFlow beingIOFailureFlow.RETHROWand a the ignoreOnFailure property set to false.OutputStreamPrinter(TextEncoder encoder, OutputStream out, boolean flushOnClose, int bufferSize, boolean growing) Builds an instance with the failureFlow beingIOFailureFlow.RETHROWand 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)