|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
FileSystemFactory for creating
FileSystem instances.
See:
Description
| Interface Summary | |
|---|---|
| BlockDevice | This is the abstraction used for a device that can hold a FileSystem. |
| FileSystem | The interface common to all file system implementations. |
| FsDirectory | Base class for all FileSystem directories. |
| FsDirectoryEntry | Represents one entry in a FsDirectory. |
| FsFile | A FsFile is a representation of a single block of bytes on a filesystem. |
| FsObject | This interface is the base interface for objects that are part of a
FileSystem. |
| Class Summary | |
|---|---|
| AbstractFileSystem | Abstract class with common things in different FileSystem implementations. |
| AbstractFsObject | A base class that helps to implement the FsObject interface. |
| FileSystemFactory | Factory for FileSystem instances. |
| Exception Summary | |
|---|---|
| ReadOnlyException | This exception is thrown when an attempt is made to write to a read-only
BlockDevice, FileSystem or other file system object. |
Contains the file-system independent classes and interfaces, as well as
the FileSystemFactory for creating
FileSystem instances.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||