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