public abstract class Hdfeos extends Form implements FormFileInformer
| Constructor and Description |
|---|
Hdfeos(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getDefaultSuffixes()
Get default suffixes for files/URLs handeled by this form.
|
boolean |
isThisType(byte[] block)
Check to see if the block contains the magic number for this form.
|
boolean |
isThisType(java.lang.String name)
Check to see if the file name might be right for this form.
|
abstract DataImpl |
open(java.lang.String file_path)
Open an existing data object.
|
getMathTypepublic boolean isThisType(java.lang.String name)
FormFileInformerisThisType in interface FormFileInformername - name of the filepublic boolean isThisType(byte[] block)
FormFileInformerisThisType in interface FormFileInformerblock - block of bytes from filepublic java.lang.String[] getDefaultSuffixes()
FormFileInformergetDefaultSuffixes in interface FormFileInformerpublic abstract DataImpl open(java.lang.String file_path) throws BadFormException, java.io.IOException, VisADException
FormNodeopen in class FormNodeBadFormExceptionjava.io.IOExceptionVisADException