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