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

The WritingPofHandler type exposes the following members.

Constructors

  NameDescription
Public methodWritingPofHandler
Construct a WritingPofHandler that will write a POF stream to the passed DataWriter object.

Methods

  NameDescription
Public methodBeginArray
Report that an array of values has been encountered in the POF stream.
Public methodBeginCollection
Report that a collection of values has been encountered in the POF stream.
Public methodBeginMap
Report that a map of key/value pairs has been encountered in the POF stream.
Public methodBeginSparseArray
Report that a sparse array of values has been encountered in the POF stream.
Public methodBeginUniformArray
Report that a uniform array of values has been encountered in the POF stream.
Public methodBeginUniformCollection
Report that a uniform collection of values has been encountered in the POF stream.
Public methodBeginUniformKeysMap
Report that a map of key/value pairs (with the keys being of a uniform type) has been encountered in the POF stream.
Public methodBeginUniformMap
Report that a map of key/value pairs (with the keys being of a uniform type and the values being of a uniform type) has been encountered in the POF stream.
Public methodBeginUniformSparseArray
Report that a uniform sparse array of values has been encountered in the POF stream.
Public methodBeginUserType
Report that a value of a "user type" has been encountered in the POF stream.
Protected methodEncodePosition
Called for each and every value going into the POF stream, in case the value needs its position to be encoded into the stream.
Public methodEndComplexValue
Signifies the termination of the current complex value.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetComplex
Obtain the current Complex object that represents the complex type that is being written to the POF stream.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsTypeIdEncoded
Determine if the type should be encoded for the current value.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnBoolean
Report that a boolean value has been encountered in the POF stream.
Public methodOnChar
Report that a character value has been encountered in the POF stream.
Public methodOnCharString
Report that a character string value has been encountered in the POF stream.
Public methodOnDate
Report that a date value has been encountered in the POF stream.
Public methodOnDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)
Report that a date-time value has been encountered in the POF stream.
Public methodOnDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, TimeSpan)
Report that a date-time value (with a timezone offset) has been encountered in the POF stream.
Public methodOnDayTimeInterval
Report that a day-time interval value has been encountered in the POF stream.
Protected methodOnDecimal
Report that a Decimal value has been encountered in the POF stream.
Public methodOnDecimal128
Report that a Decimal128 value has been encountered in the POF stream.
Public methodOnDecimal32
Report that a Decimal32 value has been encountered in the POF stream.
Public methodOnDecimal64
Report that a Decimal64 value has been encountered in the POF stream.
Public methodOnFloat32
Report that a base-2 single-precision floating point value has been encountered in the POF stream.
Public methodOnFloat64
Report that a base-2 double-precision floating point value has been encountered in the POF stream.
Public methodOnIdentityReference
Specifies that a reference to a previously-identified value has been encountered in the POF stream.
Public methodOnInt128
Report that an Int128 value has been encountered in the POF stream.
Public methodOnInt16
Report that a short integer value has been encountered in the POF stream.
Public methodOnInt32
Report that an integer value has been encountered in the POF stream.
Public methodOnInt64
Report that a long integer value has been encountered in the POF stream.
Public methodOnNullReference
Specifies that a null value has been encountered in the POF stream.
Public methodOnOctet
Report that an octet value (a byte) has been encountered in the POF stream.
Public methodOnOctetString
Report that a octet string value has been encountered in the POF stream.
Public methodOnTime(Int32, Int32, Int32, Int32, Int32, Boolean)
Report that a time value has been encountered in the POF stream.
Public methodOnTime(Int32, Int32, Int32, Int32, Int32, TimeSpan)
Report that a time value (with a timezone offset) has been encountered in the POF stream.
Public methodOnTimeInterval
Report that a time interval value has been encountered in the POF stream.
Public methodOnYearMonthInterval
Report that a year-month interval value has been encountered in the POF stream.
Public methodRegisterIdentity
This method is invoked when an identity is encountered in the POF stream.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Protected propertyIsCompressable
Determine if the value encoding can be compressed by combining type and value information in such a way that type information could be lost.
Protected propertyIsSkippable
Determine if the value encoding can be skipped.
Public propertyWriter
Gets the DataWriter object that this WritingPofHandler is writing to.

See Also