Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-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: 12.2.1.3000 (12.2.1.3000)

Syntax

C#
protected byte[] Tmpbuf(
	int cb
)

Parameters

cb
Type: System..::..Int32
the requested size for the buffer

Return Value

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

See Also