Construct a peekable input stream based on the specified stream.

Declaration Syntax
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)