FileDocCategorySizeDatePackage
StringDecoder.javaAPI DocAndroid 1.5 API1209Wed May 06 22:41:10 BST 2009org.apache.commons.codec

StringDecoder

public interface StringDecoder implements Decoder
Decodes a String into a String.
author
Apache Software Foundation
version
$Id: StringDecoder.java,v 1.9 2004/02/29 04:08:31 tobrien Exp $

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Stringdecode(java.lang.String pString)
Decodes a String and returns a String.

param
pString a String to encode
return
the encoded String
throws
DecoderException thrown if there is an error conidition during the Encoding process.