public interface FormBlockReader
DataImpl open(String id, int block_number) throws BadFormException, IOException, VisADException
id - The file from which to load data blocks.block_number - The block number of the block to load.VisADException - If the block number is invalid.BadFormExceptionIOExceptionint getBlockCount(String id) throws BadFormException, IOException, VisADException
id - The file for which to get a block count.BadFormExceptionIOExceptionVisADExceptionvoid close()
throws BadFormException,
IOException,
VisADException