visad.data
Interface FormFileInformer

All Known Implementing Classes:
AreaForm, BioRadCachingForm, BioRadForm, DODSForm, F2000Form, FitsForm, GIFForm, HDF5Form, Hdfeos, HdfeosAdaptedForm, HdfeosForm, ImageJForm, JAIForm, MapForm, NetCDF, Plain, PointForm, QTForm, TextForm, TiffForm, Vis5DAdaptedForm, Vis5DForm, VisADCachingForm, VisADForm, VisADSerialForm

public interface FormFileInformer

FormFileInformer is the VisAD interface for checking system- and file-specific data from a file Form.


Method Summary
 java.lang.String[] getDefaultSuffixes()
           
 boolean isThisType(byte[] block)
           
 boolean isThisType(java.lang.String name)
           
 

Method Detail

isThisType

boolean isThisType(java.lang.String name)

isThisType

boolean isThisType(byte[] block)

getDefaultSuffixes

java.lang.String[] getDefaultSuffixes()