|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrossi.fstools.fs.ext2fs.Ext2FastSymLink
Fast implementation of SymLink. On EXT2, symlinks less than 60 bytes long may be stored in the Inode, reusing the block pointers. This class handles that case.
| Constructor Summary | |
Ext2FastSymLink(Ext2Inode inode)
Create a Symlink from an Inode. |
|
| Method Summary | |
java.lang.String |
getLink()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ext2FastSymLink(Ext2Inode inode)
throws java.io.IOException
inode - a Ext2Inode
java.io.IOException| Method Detail |
public java.lang.String getLink()
getLink in interface SymLink
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||