rossi.fstools.partition
Class PhysicalDisk

java.lang.Object
  extended byrossi.fstools.partition.PhysicalDisk

public class PhysicalDisk
extends java.lang.Object


Field Summary
protected  BlockReader blockReader
           
 
Constructor Summary
PhysicalDisk()
           
 
Method Summary
 void close()
           
 Partition[] getPartitions()
           
protected  void loadLogicalPartitions(java.util.List partitionList, PartitionTable logicalContainer, long tableOffset, Partition extendedPartition)
           
 void open(BlockReader blockReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blockReader

protected BlockReader blockReader
Constructor Detail

PhysicalDisk

public PhysicalDisk()
Method Detail

open

public void open(BlockReader blockReader)

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

loadLogicalPartitions

protected void loadLogicalPartitions(java.util.List partitionList,
                                     PartitionTable logicalContainer,
                                     long tableOffset,
                                     Partition extendedPartition)
                              throws java.io.IOException,
                                     FsException
Throws:
java.io.IOException
FsException

getPartitions

public Partition[] getPartitions()
                          throws java.io.IOException,
                                 FsException
Throws:
java.io.IOException
FsException