Class Summary |
AbstractFilesystem |
AbstractFilesystem is an abstract class that implements a subset of the
Filesystem interface that should be fairly consistent from one filesystem
to the next. |
Buffer |
A Buffer is an in-memory representation of the information referred to by a
Url, and as such may represent changes to a Url that have not yet been saved
to permanent storage. |
FileFilesystem |
The FileFilesystem provides a direct mapping of Filesystem operations onto
native file and directory access. |
NewFilesystem |
The NewFilesystem provides an artificial Url source for new files. |
Url |
The Url class defines immutable resource references similar to the JDK
URL class. |
VFS |
The VFS, or Virtual File System, is responsible for mapping a Url to a
buffer representing its contents. |
ZipFilesystem |
The ZipFilesystem provides a direct mapping of Filesystem operations onto
zip file entries. |