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

Class EmptyDataWriter

    • Constructor Detail

      • EmptyDataWriter

        public EmptyDataWriter()
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Description copied from interface: DataWriter
        Close the file
        Specified by:
        close in interface DataWriter
        Throws:
        java.io.IOException - If there is a problem.
      • flush

        public void flush()
                   throws java.io.IOException
        Description copied from interface: DataWriter
        Flush all data to disk.
        Specified by:
        flush in interface DataWriter
        Throws:
        java.io.IOException - If there is a problem.
      • setFile

        public void setFile(java.lang.String name)
        Description copied from interface: DataWriter
        Open the named file. If a file is already being written to, all data will be flushed and the file will be closed.
        Specified by:
        setFile in interface DataWriter
        Parameters:
        name - The path used to open the file.
      • setFile

        public void setFile(java.io.File file)
        Description copied from interface: DataWriter
        Open the specified file. If a file is already being written to, all data will be flushed and the file will be closed.
        Specified by:
        setFile in interface DataWriter
        Parameters:
        file - The file.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.