Package rossi.fstools.fs

File system interfaces.

See:
          Description

Interface Summary
Device Representation of a unix device.
Directory A directory.
DiskStructure Interface for classes that represent data sturctures on disk.
Fifo  
File An ordinary file.
FileSystem Representation of a file system.
FsObject An object contained within the filesystem.
Inode An inode contains meta-data about a file system object.
InodePtr An inode pointer contains information about how to find an inode.
Socket  
SuperBlock A superblock for a filesystem.
SymLink A symbolic link.
 

Class Summary
FsUtils Utility class for converting numbers from on-disk format.
 

Exception Summary
FsException Indicates a file system parsing exception.
 

Package rossi.fstools.fs Description

File system interfaces. This package contains interfaces that are implemented by the file system drivers. It provides a common API for applications to read filesystems.