Click or drag to resize

BinaryGetStream Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get a Stream to read the Binary object's contents from.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public Stream GetStream()

Return Value

Type: Stream
A Stream backed by this Binary object.
See Also