rossi.fstools.fs
Interface SuperBlock

All Superinterfaces:
DiskStructure
All Known Implementing Classes:
Ext2SuperBlock, FatSuperBlock, ReiserSuperBlock

public interface SuperBlock
extends DiskStructure

A superblock for a filesystem. Typically a superblock will contain all sorts of useful information about the filesystem. It is entirely implementation specific however. The superblock is the first block of the filesystem accessed and is used to setup parameters of the filesystem.


Methods inherited from interface rossi.fstools.fs.DiskStructure
getDataSize, loadFromBuffer