|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileSystem
A file system that allows the user to create, open, and delete files.
| Method Summary | |
|---|---|
OpenFile |
open(String name,
boolean create)
Atomically open a file, optionally creating it if it does not already exist. |
boolean |
remove(String name)
Atomically remove an existing file. |
| Method Detail |
|---|
OpenFile open(String name,
boolean create)
name - the name of the file to open.create - true to create the file if it does not
already exist.
boolean remove(String name)
name - the name of the file to remove.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||