public class ShortDecoder extends AbstractDecoder implements Decoder.Text<Short>
Text Message to Short decoderDecoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>| Modifier and Type | Field and Description |
|---|---|
static ShortDecoder |
INSTANCE |
| Constructor and Description |
|---|
ShortDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Short |
decode(String s) |
boolean |
willDecode(String s) |
destroy, initpublic static final ShortDecoder INSTANCE
public Short decode(String s) throws DecodeException
decode in interface Decoder.Text<Short>DecodeExceptionpublic boolean willDecode(String s)
willDecode in interface Decoder.Text<Short>Copyright © 1995-2015 Webtide. All Rights Reserved.