public interface StringDecoder extends Decoder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
decode(java.lang.String pString)
Decodes a String and returns a String.
|
java.lang.String decode(java.lang.String pString) throws DecoderException
pString - a String to encodeDecoderException - thrown if there is
an error conidition during the Encoding process.Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.