Package com.borland.primetime.vfs

Interface Summary
BufferListener The listener interface for receiving buffer events.
BufferUpdater BufferUpdater implementations provide a lazy mechanism for modifying the contents of a VFS buffer.
Filesystem The Filesystem interface defines a means of interacting with a particular persistant storage mechanism.
VFSListener The listener interface for receiving VFS events.
 

Class Summary
AbstractFilesystem AbstractFilesystem is an abstract class that implementats a subset of the Filesystem interface that should be fairly consistent from one filesystem to the next.
Buffer Buffer is the concrete implementation for all virtual file system buffer management.
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.
 

Exception Summary
InvalidUrlException Signals that an attempt was made to construct a Url with an invalid format.
ReadOnlyException Signals that an attempt was made to modify a read-only buffer or file.
VFSException The parent class of all VFS exceptions.