public class ProcFile
extends java.io.File
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
content |
static android.os.Parcelable.Creator<ProcFile> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
ProcFile(android.os.Parcel in) |
protected |
ProcFile(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
long |
length() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURLpublic final java.lang.String content
public static final android.os.Parcelable.Creator<ProcFile> CREATOR
protected ProcFile(java.lang.String path)
throws java.io.IOException
java.io.IOExceptionprotected ProcFile(android.os.Parcel in)
public long length()
length in class java.io.Filepublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable