Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The IPofReader type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateNestedPofReader |
Obtain an IPofReader that can be used to read a set of properties
from a single property of the current user type. The returned
IPofReader is only valid from the time that it is returned until
the next call is made to this IPofReader.
| |
| ReadArray | Overloaded. | |
| ReadBinary |
Read a Binary from the POF stream.
| |
| ReadBoolean |
Read a Boolean property from the POF stream.
| |
| ReadBooleanArray |
Read a Boolean[] property from the POF stream.
| |
| ReadByte |
Read a Byte property from the POF stream.
| |
| ReadByteArray |
Read a Byte[] property from the POF stream.
| |
| ReadChar |
Read a Char property from the POF stream.
| |
| ReadCharArray |
Read a Char[] property from the POF stream.
| |
| ReadCollection | Overloaded. | |
| ReadDate |
Read a DateTime property from the POF stream.
| |
| ReadDateTime |
Read a DateTime property from the POF stream.
| |
| ReadDayTimeInterval |
Reads a TimeSpan from the POF stream.
| |
| ReadDecimal |
Read a Decimal from the POF stream.
| |
| ReadDictionary | Overloaded. | |
| ReadDouble |
Read a Double property from the POF stream.
| |
| ReadDoubleArray |
Read a Double[] property from the POF stream.
| |
| ReadInt16 |
Read an Int16 property from the POF stream.
| |
| ReadInt16Array |
Read an Int16[] property from the POF stream.
| |
| ReadInt32 |
Read an Int32 property from the POF stream.
| |
| ReadInt32Array |
Read an Int32[] property from the POF stream.
| |
| ReadInt64 |
Read an Int64 property from the POF stream.
| |
| ReadInt64Array |
Read an Int64[] property from the POF stream.
| |
| ReadLocalDateTime |
Read a DateTime property from the POF stream.
| |
| ReadLongArray |
Read an ILongArray of object values.
| |
| ReadObject |
Read a property of any type, including a user type,
from the POF stream.
| |
| ReadRawDateTime |
Read a RawDateTime from the POF stream.
| |
| ReadRawInt128 |
Read an RawInt128 property from the POF stream.
| |
| ReadRawTime |
Read a RawTime property from the POF stream.
| |
| ReadRawYearMonthInterval |
Read a RawYearMonthInterval from the POF stream.
| |
| ReadRemainder |
Read all remaining indexed properties of the current user type
from the POF stream.
| |
| ReadSingle |
Read a Single property from the POF stream.
| |
| ReadSingleArray |
Read a Single[] property from the POF stream.
| |
| ReadString |
Read a String property from the POF stream.
| |
| ReadTimeInterval |
Reads a TimeSpan from the POF stream.
| |
| ReadUniversalDateTime |
Read a DateTime property from the POF stream.
| |
| RegisterIdentity |
Register an identity for a newly created user type instance.
|
Properties
| Name | Description | |
|---|---|---|
| PofContext |
Gets or sets the IPofContext object used by this
IPofReader to deserialize user types from a POF stream.
| |
| UserTypeId |
Gets the user type that is currently being parsed.
| |
| VersionId |
Gets the version identifier of the user type that is currently
being parsed.
|