Click or drag to resize

BinaryDeltaCompressorEnsureWriter Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Make sure that a DataWriter exists if one doesn't already.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected static DataWriter EnsureWriter(
	DataWriter writer,
	int cbMax
)

Parameters

writer
Type: Tangosol.IODataWriter
The existing DataWriter or null.
cbMax
Type: SystemInt32
The expected resulting size of the write buffer

Return Value

Type: DataWriter
A DataWriter, never null
See Also