rossi.fstools.fs.ext2fs
Class Ext2SlowSymLink

java.lang.Object
  extended byrossi.fstools.fs.ext2fs.Ext2SlowSymLink
All Implemented Interfaces:
FsObject, SymLink

public class Ext2SlowSymLink
extends java.lang.Object
implements SymLink

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

Ext2SlowSymLink

public Ext2SlowSymLink(File f)
                throws java.io.IOException,
                       FsException
Create a Symlink from the data in the given File.

Parameters:
f - a File
Throws:
java.io.IOException
FsException
Method Detail

getLink

public java.lang.String getLink()
Specified by:
getLink in interface SymLink