public class UriPathInfo
extends java.lang.Object
implements java.io.Serializable, android.os.Parcelable
| 限定符和类型 | 字段和说明 |
|---|---|
java.lang.String |
absolutePath |
static android.os.Parcelable.Creator<UriPathInfo> |
CREATOR |
android.net.Uri |
uri |
| 限定符 | 构造器和说明 |
|---|---|
protected |
UriPathInfo(android.os.Parcel in) |
|
UriPathInfo(android.net.Uri uri,
java.lang.String absolutePath) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable
instance's marshaled representation.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
public android.net.Uri uri
public java.lang.String absolutePath
public static final android.os.Parcelable.Creator<UriPathInfo> CREATOR
public UriPathInfo(android.net.Uri uri,
java.lang.String absolutePath)
protected UriPathInfo(android.os.Parcel in)
public int describeContents()
writeToParcel(Parcel, int),
the return value of this method must include the
Parcelable.CONTENTS_FILE_DESCRIPTOR bit.describeContents 在接口中 android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel 在接口中 android.os.Parcelabledest - The Parcel in which the object should be written.flags - Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.