Click or drag to resize

PofHelperReadAsChar Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Read a value of the specified encoding from the POF stream and convert it to a char.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static char ReadAsChar(
	DataReader reader,
	int typeId
)

Parameters

reader
Type: Tangosol.IODataReader
The POF stream containing the value.
typeId
Type: SystemInt32
The POF type of the value.

Return Value

Type: Char
The POF value as a char.
Exceptions
ExceptionCondition
IOException If an I/O error occurs reading the POF stream, or the POF value cannot be coerced to a char value.
See Also