Uses of Class
org.apache.james.mime4j.codec.EncoderUtil.Usage

Packages that use EncoderUtil.Usage
org.apache.james.mime4j.codec   
 

Uses of EncoderUtil.Usage in org.apache.james.mime4j.codec
 

Methods in org.apache.james.mime4j.codec that return EncoderUtil.Usage
static EncoderUtil.Usage EncoderUtil.Usage.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EncoderUtil.Usage[] EncoderUtil.Usage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.james.mime4j.codec with parameters of type EncoderUtil.Usage
static java.lang.String EncoderUtil.encodeEncodedWord(java.lang.String text, EncoderUtil.Usage usage)
          Encodes the specified text into an encoded word or a sequence of encoded words separated by space.
static java.lang.String EncoderUtil.encodeEncodedWord(java.lang.String text, EncoderUtil.Usage usage, int usedCharacters)
          Encodes the specified text into an encoded word or a sequence of encoded words separated by space.
static java.lang.String EncoderUtil.encodeEncodedWord(java.lang.String text, EncoderUtil.Usage usage, int usedCharacters, java.nio.charset.Charset charset, EncoderUtil.Encoding encoding)
          Encodes the specified text into an encoded word or a sequence of encoded words separated by space.
static java.lang.String EncoderUtil.encodeIfNecessary(java.lang.String text, EncoderUtil.Usage usage, int usedCharacters)
          Shortcut method that encodes the specified text into an encoded-word if the text has to be encoded.
static java.lang.String EncoderUtil.encodeQ(byte[] bytes, EncoderUtil.Usage usage)
          Encodes the specified byte array using the Q encoding defined in RFC 2047.
 



Copyright © 2004-2010. All Rights Reserved.