|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormBlockReader
FormBlockReader is the VisAD interface for reading in subsets of data, or "blocks," from a data file.
| Method Summary | |
|---|---|
void |
close()
Closes any open files. |
int |
getBlockCount(String id)
Determines the number of blocks in the given file. |
DataImpl |
open(String id,
int block_number)
Obtains the specified block from the given file. |
| Method Detail |
|---|
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.
BadFormException
IOException
int getBlockCount(String id)
throws BadFormException,
IOException,
VisADException
id - The file for which to get a block count.
BadFormException
IOException
VisADException
void close()
throws BadFormException,
IOException,
VisADException
BadFormException
IOException
VisADException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||