public class DecoderB extends java.lang.Object implements Decoder.Text<java.lang.String>
Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>| Constructor and Description |
|---|
DecoderB() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
decode(java.lang.String s) |
boolean |
willDecode(java.lang.String s) |
public java.lang.String decode(java.lang.String s)
throws DecodeException
decode in interface Decoder.Text<java.lang.String>DecodeExceptionpublic boolean willDecode(java.lang.String s)
willDecode in interface Decoder.Text<java.lang.String>Copyright © 2012. All Rights Reserved.