| Package | Description |
|---|---|
| com.caucho.vfs |
Resin's Virtual File System.
|
| Modifier and Type | Method and Description |
|---|---|
static GoogleInode.FileType |
GoogleInode.FileType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoogleInode.FileType[] |
GoogleInode.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GoogleInode(java.lang.String name,
GoogleInode.FileType type,
long length,
long lastModified) |