public class ByteDecoder extends AbstractDecoder implements javax.websocket.Decoder.Text<Byte>
Decoder.Text Message to Byte decoder| Modifier and Type | Field and Description |
|---|---|
static ByteDecoder |
INSTANCE |
| Constructor and Description |
|---|
ByteDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Byte |
decode(String s) |
boolean |
willDecode(String s) |
destroy, initpublic static final ByteDecoder INSTANCE
Copyright © 1995–2017 Webtide. All rights reserved.