Encog 1.1 for DotNet
Read Method
NamespacesEncog.Bot.HTMLParseHTMLRead()()()
Read a single character from the HTML source, if this function returns zero(0) then you should call getTag to see what tag was found. Otherwise the value returned is simply the next character found.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int Read()
Public Overridable Function Read As Integer
public:
virtual int Read()
Return Value
The character read, or zero if there is an HTML tag. If zero is returned, then call getTag to get the next tag.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)