Decodes the text data into an object. @param s The text data to decode @return The decoded object @throws DecodeException If the data cannot be decoded
(String s)
| 100 | * @throws DecodeException If the data cannot be decoded |
| 101 | */ |
| 102 | T decode(String s) throws DecodeException; |
| 103 | |
| 104 | /** |
| 105 | * Determines whether this decoder can decode the given text data. |
no outgoing calls