Click or drag to resize

Binary Constructor (Stream, Int32)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a Binary from a Stream.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public Binary(
	Stream stream,
	int cb
)

Parameters

stream
Type: System.IOStream
The Stream from which the Binary will load its data.
cb
Type: SystemInt32
The number of bytes to read from the Stream.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException If cb is negative.
See Also