|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrossi.fstools.fs.ext2fs.Ext2Directory
Represents an EXT2 directory.
Direcoties on EXT2 are stored as files containing a linked list of DirEntries.
| Constructor Summary | |
Ext2Directory(File file)
Create an Ext2Directory given a File. |
|
| Method Summary | |
java.util.Map |
getInodePtrMap()
Returns a map of Strings to InodePtr objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ext2Directory(File file)
throws java.io.IOException,
FsException
file - a File containting directory data.
java.io.IOException
FsException| Method Detail |
public java.util.Map getInodePtrMap()
Directory
getInodePtrMap in interface Directory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||