wt.util.xml.io
Interface CharacterDecoder
- All Known Implementing Classes:
- ByteHexDecoder, Char3in4Decoder
- public interface CharacterDecoder
Interface for character decoders which can decode a string back to a
byte array.
Supported API: false
Extendable: false
Method Summary |
byte[] |
decode(String codedString)
decodes a string to a byte array. |
decode
public byte[] decode(String codedString)
throws XMLMechanismException
- decodes a string to a byte array.
Supported API: false
- Parameters:
codedString
- the byte array to encode
- Returns:
- byte[]
- Throws:
XMLMechanismException