Package uk.me.parabola.imgfmt.fs

Interfaces for accessing the filesystem

See:
          Description

Interface Summary
DirectoryEntry Interface used for directory entries used to represent files.
FileSystem File system operations.
ImgChannel An extension of ByteChannel that allows us to know the position.
 

Package uk.me.parabola.imgfmt.fs Description

Interfaces for accessing the filesystem

These are the way that application code should access the filesystem parts of the code.

The main interface is FileSystem which contains all the operations that can be performed on the system.

See also

The Garmin img project