public interface

StringDecoder

implements Decoder
org.apache.commons.codec.StringDecoder
Known Indirect Subclasses

Class Overview

Decodes a String into a String.

Summary

Public Methods
abstract String decode(String pString)
Decodes a String and returns a String.
[Expand]
Inherited Methods
From interface org.apache.commons.codec.Decoder

Public Methods

public abstract 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.