Package uk.me.parabola.imgfmt.sys

Filesystem implementation

See:
          Description

Class Summary
FileImgChannel This is an implementation of ImgChannel that delegates to a regular channel.
FileNode The internal representation of a file in the file system.
ImgFS The img file is really a filesystem containing several files.
 

Package uk.me.parabola.imgfmt.sys Description

Filesystem implementation

This holds the filesystem implementation for the .img format. I refer through out to a file system containing files, rather than using the term sub-files as in John Mechalas' document.

Another way to look at it (and probably a better one) is that it a kind of archive format just like a .zip file.