Uses of Interface
org.exoplatform.commons.utils.TextEncoder

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, java.io.OutputStream out)
          Builds an instance with the failureFlow being IOFailureFlow.RETHROW and a the ignoreOnFailure property set to false.
OutputStreamPrinter(TextEncoder encoder, java.io.OutputStream out, IOFailureFlow failureFlow, boolean ignoreOnFailure)
          Builds a new instance.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.