Documentation of 'org.neuroph.util.io.FileOutputAdapter' Java class
FileOutputAdapter
org.neuroph.util.io

Class FileOutputAdapter

    • Constructor Summary

      Constructors 
      Constructor and Description
      FileOutputAdapter(java.io.File file)
      Creates a new FileOutputAdapter by opening a connection to an actual file, specified by the file param
      FileOutputAdapter(java.lang.String fileName)
      Creates a new FileOutputAdapter by opening a connection to an actual file, specified by the fileName param
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FileOutputAdapter

        public FileOutputAdapter(java.io.File file)
                          throws java.io.FileNotFoundException,
                                 java.io.IOException
        Creates a new FileOutputAdapter by opening a connection to an actual file, specified by the file param
        Parameters:
        file - File object in the file system
        Throws:
        java.io.FileNotFoundException - if specified file was not found
        java.io.IOException
      • FileOutputAdapter

        public FileOutputAdapter(java.lang.String fileName)
                          throws java.io.FileNotFoundException,
                                 java.io.IOException
        Creates a new FileOutputAdapter by opening a connection to an actual file, specified by the fileName param
        Parameters:
        fileName - name of the file in file system
        Throws:
        java.io.FileNotFoundException - if specified file was not found
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.