PofHelperReadAsInt32 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 an Int32.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static int ReadAsInt32(
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:
Int32
The POF value as an
Int32.
ExceptionsException | Condition |
---|
IOException |
If an I/O error occurs reading the POF stream, or the POF value
cannot be coerced to an Int32 value.
|
See Also