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

Interface DataWriter

    • Method Detail

      • close

        void close()
            throws java.io.IOException
        Close the file
        Throws:
        java.io.IOException - If there is a problem.
      • flush

        void flush()
            throws java.io.IOException
        Flush all data to disk.
        Throws:
        java.io.IOException - If there is a problem.
      • setFile

        void setFile(java.lang.String name)
              throws java.io.IOException
        Open the named file. If a file is already being written to, all data will be flushed and the file will be closed.
        Parameters:
        name - The path used to open the file.
        Throws:
        java.io.IOException - If there is a problem.
      • setFile

        void setFile(java.io.File file)
              throws java.io.IOException
        Open the specified file. If a file is already being written to, all data will be flushed and the file will be closed.
        Parameters:
        file - The file.
        Throws:
        java.io.IOException - If there is a problem.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.