|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrossi.fstools.fs.fatfs.FatDirectory
Represents an FAT directory.
Direcoties on FAT are stored as files containing an array of DirEntries.
| Constructor Summary | |
FatDirectory(File file)
Create an FatDirectory 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 FatDirectory(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 | |||||||||