Class DBaseFileFilter

    • Field Detail

      • EXTENSION_DBASE_FILE

        public static final String EXTENSION_DBASE_FILE
        Extension of the DBF files (without the point).
        See Also:
        Constant Field Values
    • Constructor Detail

      • DBaseFileFilter

        public DBaseFileFilter()
        Constructor.
      • DBaseFileFilter

        public DBaseFileFilter​(boolean acceptDirectories)
        Constructor.
        Parameters:
        acceptDirectories - is true to permit to this file filter to accept directories; false if the directories should not match.
    • Method Detail

      • isDbaseFile

        @Pure
        public static boolean isDbaseFile​(File file)
        Replies if the specified file content is a dBase file.
        Parameters:
        file - is the file to test
        Returns:
        true if the given file contains dBase data, othersiwe false.
      • isDbaseFile

        @Pure
        public static boolean isDbaseFile​(URL file)
        Replies if the specified file content is a dBase file.
        Parameters:
        file - is the file to test
        Returns:
        true if the given file contains dBase data, othersiwe false.
      • isDbaseFile

        @Pure
        public static boolean isDbaseFile​(String file)
        Replies if the specified file content is a dBase file.
        Parameters:
        file - is the file to test
        Returns:
        true if the given file contains dBase data, othersiwe false.