Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
Modifier and Type | Method and Description |
---|---|
T |
decode(java.lang.String s) |
boolean |
willDecode(java.lang.String s) |
T decode(java.lang.String s) throws DecodeException
DecodeException
boolean willDecode(java.lang.String s)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.