public class ByteDecoder extends AbstractDecoder implements Decoder.Text<Byte>
Text
Message to Byte
decoderDecoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
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, init
public static final ByteDecoder INSTANCE
public Byte decode(String s) throws DecodeException
decode
in interface Decoder.Text<Byte>
DecodeException
public boolean willDecode(String s)
willDecode
in interface Decoder.Text<Byte>
Copyright © 1995-2015 Webtide. All Rights Reserved.