Encog 1.1 for DotNet
PeekableInputStream Constructor (stream)
NamespacesEncog.Bot.HTMLPeekableInputStreamPeekableInputStream(Stream)
Construct a peekable input stream based on the specified stream.
Declaration Syntax
C#Visual BasicVisual C++
public PeekableInputStream(
	Stream stream
)
Public Sub New ( _
	stream As Stream _
)
public:
PeekableInputStream(
	Stream^ stream
)
Parameters
stream (Stream)
The underlying stream.

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