uk.me.parabola.imgfmt
Class FileSystemParam
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemParam
public FileSystemParam()
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)