org.apache.commons.codec
Interface StringDecoder
- Decoder
- BCodec, QCodec, QuotedPrintableCodec, URLCodec
public interface StringDecoder
Decodes a String into a String.
Version:
- Apache Software Foundation
String | decode(String pString) - Decodes a String and returns a String.
|
decode
public String decode(String pString)
throws DecoderException
Decodes a String and returns a String.
pString
- a String to encode
- the encoded String
DecoderException
- thrown if there is
an error conidition during the Encoding process.
commons-codec version 1.3 - Copyright © 2002-2004 - Apache Software Foundation