public class URIUtils
extends java.lang.Object
Constructor and Description |
---|
URIUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAsciiString(byte[] data)
Converts the byte array of ASCII characters to a string.
|
static java.net.URI |
getUri(java.lang.String path,
boolean escaped)
Converts the URI String into a java.net.URI object
|
public static java.net.URI getUri(java.lang.String path, boolean escaped) throws java.net.URISyntaxException
path
- the path to be convertedescaped
- a flag indicating whether the path parameter is escaped or notjava.net.URISyntaxException
public static java.lang.String getAsciiString(byte[] data)
data
- the byte array to be encodedCopyright © 2010 - 2020 Adobe. All Rights Reserved