Interface DictionaryFile

    • Method Detail

      • close

        void close()
        Close the file
      • isOpen

        boolean isOpen()
        Return true if the file is open
      • getPOS

        POS getPOS()
        The POS associated with this file.
      • getFile

        java.io.File getFile()
      • open

        void open()
           throws java.io.IOException
        Open the file.
        Throws:
        java.io.IOException