org.apache.commons.codec
Interface StringDecoder

All Superinterfaces:
Decoder
All Known Implementing Classes:
URLCodec

public interface StringDecoder
extends Decoder

Decodes a String into a String.

Version:
$Id: StringDecoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
Author:
Tim O'Brien, Gary Gregory

Method Summary
 String decode(String pString)
          Decodes a String and returns a String.
 
Methods inherited from interface org.apache.commons.codec.Decoder
decode
 

Method Detail

decode

public String decode(String pString)
              throws DecoderException
Decodes a String and returns a String.

Parameters:
pString - a String to encode
Returns:
the encoded String
Throws:
DecoderException - thrown if there is an error conidition during the Encoding process.


${component.name} version 1.2 - Copyright © 2003 - Apache Software Foundation