Documentation of 'visad.data.FormFileInformer' Java class
FormFileInformer
visad.data

Interface FormFileInformer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
    • Method Detail

      • isThisType

        boolean isThisType(java.lang.String name)
        Check to see if the file name might be right for this form.
        Parameters:
        name - name of the file
        Returns:
        true if the name is right for this type of form
      • isThisType

        boolean isThisType(byte[] block)
        Check to see if the block contains the magic number for this form.
        Parameters:
        block - block of bytes from file
        Returns:
        true if the magic number is right
      • getDefaultSuffixes

        java.lang.String[] getDefaultSuffixes()
        Get default suffixes for files/URLs handeled by this form.
        Returns:
        array of suffixes

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.