android.net
Class Uri.AbstractPart
java.lang.Object
android.net.Uri.AbstractPart
- Direct Known Subclasses:
- Uri.Part, Uri.PathPart
- Enclosing class:
- Uri
abstract static class Uri.AbstractPart
- extends Object
Support for part implementations.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
encoded
volatile String encoded
decoded
volatile String decoded
Uri.AbstractPart
Uri.AbstractPart(String encoded,
String decoded)
getEncoded
abstract String getEncoded()
getDecoded
final String getDecoded()
writeTo
final void writeTo(Parcel parcel)
Please submit a feedback, bug or feature