|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.EncogReadHelper
public class EncogReadHelper
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 |
|---|
public EncogReadHelper(InputStream is)
is - The input stream.| Method Detail |
|---|
public final void close()
public final EncogFileSection readNextSection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||