public class File
extends Entity
| Modifier and Type | Class and Description |
|---|---|
static class |
File.MediaType |
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data |
long |
dateAdded |
long |
dateModified |
java.lang.String |
displayName |
int |
height |
long |
id |
File.MediaType |
mediaType |
java.lang.String |
mimeType |
int |
parent |
int |
size |
java.lang.String |
title |
static android.net.Uri |
uriExternal |
static android.net.Uri |
uriInternal |
int |
width |
| Constructor and Description |
|---|
File() |
public static android.net.Uri uriExternal
public static android.net.Uri uriInternal
public long id
public byte[] data
public int size
public java.lang.String displayName
public java.lang.String title
public long dateAdded
public long dateModified
public java.lang.String mimeType
public int width
public int height
public int parent
public File.MediaType mediaType