|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrossi.fstools.fs.ext2fs.Ext2SlowSymLink
Implementation of a slow symlink. Slow symlinks are used when the link data is greater than 60 bytes. In this case link data is stored in a file.
| Constructor Summary | |
Ext2SlowSymLink(File f)
Create a Symlink from the data in the given File. |
|
| 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 Ext2SlowSymLink(File f)
throws java.io.IOException,
FsException
f - a File
java.io.IOException
FsException| 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 | |||||||||