org.encog.persist
Class EncogReadHelper
- java.lang.Object
-
- org.encog.persist.EncogReadHelper
-
public class EncogReadHelper extends java.lang.ObjectUsed to read an Encog EG/EGA file. EG files are used to hold Encog objects. EGA files are used to hold Encog Analyst scripts.
-
-
Constructor Summary
Constructors Constructor and Description EncogReadHelper(java.io.InputStream is)Construct the object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclose()Close the file.EncogFileSectionreadNextSection()Read the next section.
-
-
-
Constructor Detail
-
EncogReadHelper
public EncogReadHelper(java.io.InputStream is)
Construct the object.- Parameters:
is- The input stream.
-
-
Method Detail
-
close
public final void close()
Close the file.
-
readNextSection
public final EncogFileSection readNextSection()
Read the next section.- Returns:
- The next section.
-
-
DMelt 3.0 © DataMelt by jWork.ORG