Documentation of 'org.encog.persist.EncogPersistor' Java class
EncogPersistor
org.encog.persist

Interface EncogPersistor

    • Method Detail

      • getPersistClassString

        java.lang.String getPersistClassString()
        Returns:
        Get the class string for the object.
      • read

        java.lang.Object read(java.io.InputStream is)
        Read the object from an input stream.
        Parameters:
        is - The input stream.
        Returns:
        The object.
      • save

        void save(java.io.OutputStream os,
                  java.lang.Object obj)
        Save the object.
        Parameters:
        os - The output stream to save to.
        obj - The object to save.
      • getFileVersion

        int getFileVersion()
        Returns:
        Get the file version used by this persistor.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.