FileDocCategorySizeDatePackage
BATManaged.javaAPI DocApache Poi 3.0.11605Mon Jan 01 12:39:34 GMT 2007org.apache.poi.poifs.filesystem

BATManaged

public interface BATManaged
This interface defines behaviors for objects managed by the Block Allocation Table (BAT).
author
Marc Johnson (mjohnson at apache dot org)

Fields Summary
Constructors Summary
Methods Summary
public intcountBlocks()
Return the number of BigBlock's this instance uses

return
count of BigBlock instances

public voidsetStartBlock(int index)
Set the start block for this instance

param
index index into the array of BigBlock instances making up the the filesystem