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