BinaryDeltaCompressorEnsureWriter Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Make sure that a DataWriter exists if one doesn't already.
Namespace:
Tangosol.IO
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected 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