Decoder.Binary<T>, Decoder.Text<T>| Modifier and Type | Method and Description |
|---|---|
T |
decode(String s)
Decode the given String into an object of type T.
|
boolean |
willDecode(String s)
Answer whether the given String can be decoded into an object of type T.
|
T decode(String s) throws DecodeException
DecodeExceptionboolean willDecode(String s)
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.