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