nl.knowledgeplaza.util
Class ApacheCommonCodecUtil

java.lang.Object
  extended by nl.knowledgeplaza.util.ApacheCommonCodecUtil

public class ApacheCommonCodecUtil
extends java.lang.Object


Constructor Summary
ApacheCommonCodecUtil()
           
 
Method Summary
static java.lang.String printedQuotableDecode(java.lang.String text)
          Detect any embedded Printed Quotable strings with encoding prefix and decode them.
static java.lang.String printedQuotableDecode(java.lang.String text, java.lang.String encoding)
          Decode one piece of Printed Quotable text (without encoding)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheCommonCodecUtil

public ApacheCommonCodecUtil()
Method Detail

printedQuotableDecode

public static java.lang.String printedQuotableDecode(java.lang.String text)
Detect any embedded Printed Quotable strings with encoding prefix and decode them. For example: Warenausgang Höffner Marzahn für den Zeitraum 29.1=?iso-8859-1?Q?0=2E06_bis__5=2E11=2E06?=

Parameters:
text -
Returns:

printedQuotableDecode

public static java.lang.String printedQuotableDecode(java.lang.String text,
                                                     java.lang.String encoding)
Decode one piece of Printed Quotable text (without encoding)

Parameters:
text -
encoding -
Returns:


Copyright © 2010 KnowledgePlaza. All Rights Reserved.