rossi.fstools.fs
Interface File

All Superinterfaces:
FsObject
All Known Implementing Classes:
Ext2File, FatFile, FatRootDirFile, ReiserFile

public interface File
extends FsObject

An ordinary file.


Method Summary
 BlockPointerInputStream getData()
          Get a BlockPointerInputStream to the data contained within the file.
 BlockPointerInputStream getSlack()
          Get a BlockPointerInputStream to the slack space contained at the end of the file.
 

Method Detail

getData

public BlockPointerInputStream getData()
Get a BlockPointerInputStream to the data contained within the file.

Returns:
BlockPointerInputStream - an input stream of the file's data.
See Also:
BlockPointerInputStream

getSlack

public BlockPointerInputStream getSlack()
Get a BlockPointerInputStream to the slack space contained at the end of the file.

Returns:
BlockPointerInputStream - an input stream of the file's slack data.
See Also:
BlockPointerInputStream