Documentation of 'visad.data.hdfeos.Hdfeos' Java class
Hdfeos
visad.data.hdfeos

Class Hdfeos

    • Constructor Summary

      Constructors 
      Constructor and Description
      Hdfeos(java.lang.String name) 
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete 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.
      abstract DataImpl open(java.lang.String file_path)
      Open an existing data object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Hdfeos

        public Hdfeos(java.lang.String name)
    • Method Detail

      • isThisType

        public boolean isThisType(java.lang.String name)
        Description copied from interface: FormFileInformer
        Check to see if the file name might be right for this form.
        Specified by:
        isThisType in interface FormFileInformer
        Parameters:
        name - name of the file
        Returns:
        true if the name is right for this type of form
      • isThisType

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

        public java.lang.String[] getDefaultSuffixes()
        Description copied from interface: FormFileInformer
        Get default suffixes for files/URLs handeled by this form.
        Specified by:
        getDefaultSuffixes in interface FormFileInformer
        Returns:
        array of suffixes

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.