Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The IPofReader type exposes the following members.

Methods

  NameDescription
Public methodCreateNestedPofReader
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.
Public methodReadArray(Int32)
Read an array of object values.
Public methodReadArray(Int32, Array)
Read an array of object values.
Public methodReadBinary
Read a Binary from the POF stream.
Public methodReadBoolean
Read a Boolean property from the POF stream.
Public methodReadBooleanArray
Read a Boolean[] property from the POF stream.
Public methodReadByte
Read a Byte property from the POF stream.
Public methodReadByteArray
Read a Byte[] property from the POF stream.
Public methodReadChar
Read a Char property from the POF stream.
Public methodReadCharArray
Read a Char[] property from the POF stream.
Public methodReadCollection(Int32, ICollection)
Read an ICollection of object values from the POF stream.
Public methodReadCollection<(Of <<'(T>)>>)(Int32, ICollection<(Of <<'(T>)>>))
Read a generic ICollection<T> of object values from the POF stream.
Public methodReadDate
Read a DateTime property from the POF stream.
Public methodReadDateTime
Read a DateTime property from the POF stream.
Public methodReadDayTimeInterval
Reads a TimeSpan from the POF stream.
Public methodReadDecimal
Read a Decimal from the POF stream.
Public methodReadDictionary(Int32, IDictionary)
Read an IDictionary of key/value pairs from the POF stream.
Public methodReadDictionary<(Of <<'(TKey, TValue>)>>)(Int32, IDictionary<(Of <<'(TKey, TValue>)>>))
Read a generic IDictionary<TKey, TValue> of key/value pairs from the POF stream.
Public methodReadDouble
Read a Double property from the POF stream.
Public methodReadDoubleArray
Read a Double[] property from the POF stream.
Public methodReadInt16
Read an Int16 property from the POF stream.
Public methodReadInt16Array
Read an Int16[] property from the POF stream.
Public methodReadInt32
Read an Int32 property from the POF stream.
Public methodReadInt32Array
Read an Int32[] property from the POF stream.
Public methodReadInt64
Read an Int64 property from the POF stream.
Public methodReadInt64Array
Read an Int64[] property from the POF stream.
Public methodReadLocalDateTime
Read a DateTime property from the POF stream.
Public methodReadLongArray
Read an ILongArray of object values.
Public methodReadObject
Read a property of any type, including a user type, from the POF stream.
Public methodReadRawDateTime
Read a RawDateTime from the POF stream.
Public methodReadRawInt128
Read an RawInt128 property from the POF stream.
Public methodReadRawTime
Read a RawTime property from the POF stream.
Public methodReadRawYearMonthInterval
Read a RawYearMonthInterval from the POF stream.
Public methodReadRemainder
Read all remaining indexed properties of the current user type from the POF stream.
Public methodReadSingle
Read a Single property from the POF stream.
Public methodReadSingleArray
Read a Single[] property from the POF stream.
Public methodReadString
Read a String property from the POF stream.
Public methodReadTimeInterval
Reads a TimeSpan from the POF stream.
Public methodReadUniversalDateTime
Read a DateTime property from the POF stream.
Public methodRegisterIdentity
Register an identity for a newly created user type instance.

Properties

  NameDescription
Public propertyPofContext
Gets or sets the IPofContext object used by this IPofReader to deserialize user types from a POF stream.
Public propertyUserTypeId
Gets the user type that is currently being parsed.
Public propertyVersionId
Gets the version identifier of the user type that is currently being parsed.

See Also