Click or drag to resize

Binary Constructor (Stream, Int32)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a Binary from a Stream.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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