org.apache.commons.codec

Interface StringDecoder

public interface StringDecoder extends Decoder

Decodes a String into a String.

Version: $Id: StringDecoder.java 130304 2004-02-29 04:08:31Z tobrien $

Author: Apache Software Foundation

Method Summary
Stringdecode(String pString)
Decodes a String and returns a String.

Method Detail

decode

public String decode(String pString)
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.

commons-codec version 1.3 - Copyright © 2002-2004 - Apache Software Foundation