URL.openConnection()
instead.
Please visit this webpage
for further details.@Deprecated public interface StringDecoder extends Decoder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decode(java.lang.String pString)
Deprecated.
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.