Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Returns the array of unsigned bytes from which this stream was created.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public override byte[] GetBuffer()

Return Value

The byte array from which this stream was created.

Exceptions

ExceptionCondition
System..::.UnauthorizedAccessException Buffer is not publicly visible.

See Also