| Package | Description |
|---|---|
| java.io |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.net |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| Modifier and Type | Method and Description |
|---|---|
URI |
File.toURI()
Constructs a file: URI that represents this abstract pathname.
|
| Constructor and Description |
|---|
File(URI uri)
Creates a new File instance by converting the given
file: URI into an abstract pathname.
|
| Modifier and Type | Method and Description |
|---|---|
static URI |
URI.create(String str)
Creates a URI by parsing the given string.
|
URI |
URI.normalize()
Normalizes this URI's path.
|
URI |
URI.parseServerAuthority()
Attempts to parse this URI's authority component, if defined, into
user-information, host, and port components.
|
URI |
URI.relativize(URI uri)
Relativizes the given URI against this URI.
|
URI |
URI.resolve(String str)
Constructs a new URI by parsing the given string and then resolving it
against this URI.
|
URI |
URI.resolve(URI uri)
Resolves the given URI against this URI.
|
URI |
URL.toURI()
Returns a
URI equivalent to this URL. |
| Modifier and Type | Method and Description |
|---|---|
int |
URI.compareTo(URI that)
Compares this URI to another object, which must be a URI.
|
URI |
URI.relativize(URI uri)
Relativizes the given URI against this URI.
|
URI |
URI.resolve(URI uri)
Resolves the given URI against this URI.
|
Copyright © 2017 API Design. All Rights Reserved.