BinaryGetStream Method (Int32, Int32) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get a Stream to read the Binary object's contents from.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic Stream GetStream(
int of,
int cb
)
Parameters
- of
- Type: SystemInt32
Offset of the first byte.
- cb
- Type: SystemInt32
The number of bytes.
Return Value
Type:
Stream
A Stream backed by this Binary object.
See Also