Extracts a single value from Ion text data. @param ionText must not be null. @return the first (and only) user value in the data; not null. @throws NullPointerException if ionText is null. @throws UnexpectedEofException if the data doesn't contain any user values. @throws IonExceptio
(String ionText)
| 351 | * value. |
| 352 | */ |
| 353 | public IonValue singleValue(String ionText); |
| 354 | |
| 355 | |
| 356 | /** |
no outgoing calls