Click or drag to resize

DataWriterTmpbuf Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get a buffer for formating data to bytes. Note that the resulting buffer may be shorter than the requested size.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected byte[] Tmpbuf(
	int cb
)

Parameters

cb
Type: SystemInt32
the requested size for the buffer

Return Value

Type: Byte

[Missing <returns> documentation for "M:Tangosol.IO.DataWriter.Tmpbuf(System.Int32)"]

See Also