uk.me.parabola.imgfmt
Class FileSystemParam

java.lang.Object
  extended by uk.me.parabola.imgfmt.FileSystemParam

public class FileSystemParam
extends java.lang.Object

Small class to hold all kinds of filesystem parameters. If a field is not set then it is not used.

Author:
Steve Ratcliffe

Constructor Summary
FileSystemParam()
           
 
Method Summary
 int getBlockSize()
           
 int getDirectoryStartBlock()
           
 java.lang.String getMapDescription()
           
 int getReservedDirectoryBlocks()
           
 void setBlockSize(int blockSize)
           
 void setDirectoryStartBlock(int directoryStartBlock)
           
 void setMapDescription(java.lang.String mapDescription)
           
 void setReservedDirectoryBlocks(int blocks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemParam

public FileSystemParam()
Method Detail

getMapDescription

public java.lang.String getMapDescription()

setMapDescription

public void setMapDescription(java.lang.String mapDescription)

getBlockSize

public int getBlockSize()

setBlockSize

public void setBlockSize(int blockSize)

getDirectoryStartBlock

public int getDirectoryStartBlock()

setDirectoryStartBlock

public void setDirectoryStartBlock(int directoryStartBlock)

getReservedDirectoryBlocks

public int getReservedDirectoryBlocks()

setReservedDirectoryBlocks

public void setReservedDirectoryBlocks(int blocks)