Package | Description |
---|---|
com.caucho.vfs |
Resin's Virtual File System.
|
Modifier and Type | Field and Description |
---|---|
protected DatastorePath |
DatastorePath._root |
Modifier and Type | Method and Description |
---|---|
DatastorePath |
DatastoreFile.getPath() |
Modifier and Type | Method and Description |
---|---|
void |
DatastoreFile.setPath(DatastorePath path) |
Constructor and Description |
---|
DatastorePath(DatastorePath root,
java.lang.String pathname) |
DatastoreReadStream(DatastoreInputStream is,
DatastorePath path)
Create a new FileReadStream based on the java.io.* stream.
|