-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class RelativeUrl extends Url
Represents a relative Uniform Resource Locator.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRelativeUrl.Companion
-
Method Summary
Modifier and Type Method Description final StringgetPath()final StringgetFilename()final FileExtensiongetExtension()final Url.QuerygetQuery()final StringgetFragment()-
Methods inherited from class org.readium.r2.shared.util.RelativeUrl
equals, hashCode, relativize, removeFragment, removeQuery, resolve, toString -
Methods inherited from class org.readium.r2.shared.util.Url
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFilename
final String getFilename()
-
getExtension
final FileExtension getExtension()
-
getFragment
final String getFragment()
-
-
-
-