Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>| Modifier and Type | Method | 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
s - string to be decoded.DecodeExceptionboolean willDecode(String s)
s - the string being tested for decodability.Copyright © 2019 Oracle. All rights reserved.