org.encog.persist
Class EncogReadHelper

java.lang.Object
  extended by org.encog.persist.EncogReadHelper

public class EncogReadHelper
extends Object

Used 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
EncogReadHelper(InputStream is)
          Construct the object.
 
Method Summary
 void close()
          Close the file.
 EncogFileSection readNextSection()
          Read the next section.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncogReadHelper

public EncogReadHelper(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.


Copyright © 2014. All Rights Reserved.