public class FloatDecoder extends AbstractDecoder implements javax.websocket.Decoder.Text<Float>
Float decoder| 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
Copyright © 1995–2017 Webtide. All rights reserved.