PofHelperReadAsRawInt128 Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Read a value of the specified encoding from the POF stream and
convert it to an RawInt128.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static RawInt128 ReadAsRawInt128(
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:
RawInt128
The POF value as an
RawInt128.
ExceptionsException | Condition |
---|
IOException |
If an I/O error occurs reading the POF stream, or the POF value
cannot be coerced to an Int64 value.
|
See Also