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