|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.rt.DataURIUtil
public class DataURIUtil
Utilities for encoding, decoding data URIs.
| Method Summary | |
|---|---|
static URI |
encodeDataURI(String text)
Encode custom text as a data URI. |
static String |
getValueAsString(URI uri)
Get the string data from the specified URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getValueAsString(URI uri)
uri - the URI.
public static URI encodeDataURI(String text)
text - The text to encode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||