Click or drag to resize

DataReader Constructor

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a new DataReader that will read from a passed Stream object.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public DataReader(
	Stream input
)

Parameters

input
Type: System.IOStream
The Stream object to write from; must not be null.
See Also