Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Reads a number of decompressed bytes into the specified byte array.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public override int Read(
	byte[] array,
	int offset,
	int count
)

Parameters

array
Type: array<System..::..Byte>[]()[][]
The array used to store decompressed bytes.
offset
Type: System..::..Int32
The location in the array to begin reading.
count
Type: System..::..Int32
The number of bytes decompressed.

Return Value

The number of bytes that were decompressed into the byte array. If the end of the stream has been reached, zero or the number of bytes read is returned.

See Also