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