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

The PofHelper type exposes the following members.

Constructors

  NameDescription
Protected methodPofHelper
Initializes a new instance of the PofHelper class

Methods

  NameDescription
Public methodStatic memberCalcDecimalSize
Determine the minimum size (in bytes) of the IEEE754 decimal type that would be capable of holding the passed value.
Public methodStatic memberCheckDate
Validate date information.
Public methodStatic memberCheckDayTimeInterval
Validate a day-time interval.
Public methodStatic memberCheckDecimalRange
Verify that the specified Decimal value will fit in the specified number of bytes.
Public methodStatic memberCheckElementCount
Verify that the number of elements is valid.
Public methodStatic memberCheckReferenceRange
Validate a reference identifier to make sure it is in a valid range.
Public methodStatic memberCheckTime
Validate time information.
Public methodStatic memberCheckTimeInterval
Validate a time interval.
Public methodStatic memberCheckTimeZone
Check the specified timezone offset.
Public methodStatic memberCheckType
Validate a type identifier.
Public methodStatic memberCheckYearMonthInterval
Validate a year-month interval.
Public methodStatic memberContainsPackedInt32
Determine if the specified byte array contains a packed 32-bit integer.
Public methodStatic memberConvertNumber
Convert the passed number to the specified type.
Public methodStatic memberDecodeTinyInt
Decode an integer value from one of the reserved single-byte combined type and value indicators.
Public methodStatic memberEncodeTinyInt
Encode an integer value into one of the reserved single-byte combined type and value indicators.
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.)
Public methodStatic memberFormatDate
Format a date in the form YYYY-MM-DD.
Public methodStatic memberFormatTime(Int32, Int32, Int32, Int32, Boolean)
Format a time.
Public methodStatic memberFormatTime(Int32, Int32, Int32, Int32, Int32, Int32)
Format a time.
Public methodStatic memberGetDotNetType
Returns a .NET Type based on the POF type identifer.
Public methodStatic memberGetDotNetTypeId
Returns an identifier that represents the .NET type of the specified object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPofTypeId
Return an identifier that represents the POF type of the specified type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsIntrinsicPofType
Determine if the given type can be represented as an intrinsic POF type.
Public methodStatic memberLengthPackedInt32
Determine the number of bytes required to encode the given integer using a packed 32-bit format.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReadAsChar
Read a value of the specified encoding from the POF stream and convert it to a char.
Public methodStatic memberReadAsDecimal
Read a value of the specified encoding from the POF stream and convert it to a Decimal.
Public methodStatic memberReadAsDouble
Read a value of the specified encoding from the POF stream and convert it to a Double.
Public methodStatic memberReadAsInt32
Read a value of the specified encoding from the POF stream and convert it to an Int32.
Public methodStatic memberReadAsInt64
Read a value of the specified encoding from the POF stream and convert it to an Int64.
Public methodStatic memberReadAsRawInt128
Read a value of the specified encoding from the POF stream and convert it to an RawInt128.
Public methodStatic memberReadAsSingle
Read a value of the specified encoding from the POF stream and convert it to a Single.
Public methodStatic memberReadChar
Read a Char value from the passed DataReader.
Public methodStatic memberReadDate
Read a literal DateTime value from a POF stream.
Public methodStatic memberReadDateTime
Read a literal DateTime value from a POF stream.
Public methodStatic memberReadDecimal(DataReader)
Read Decimal value from DataReader.
Public methodStatic memberReadDecimal(DataReader, Int32)
Read Decimal value from DataReader.
Public methodStatic memberReadRawTime
Read a RawTime value from a POF stream.
Public methodStatic memberReadUniversalDateTime
Read a UTC DateTime value from a POF stream.
Public methodStatic memberResizeArray(Array, Int32)
Expand the passed array to contain the specified number of elements.
Public methodStatic memberResizeArray(Array, Int32, Type)
Expand the passed array to contain the specified number of elements.
Public methodStatic memberSkipPackedInts
Skip the specified number of packed integers in the passed POF stream.
Public methodStatic memberSkipUniformValue
Within the POF stream, skip the next POF value of the specified type.
Public methodStatic memberSkipValue
Within the POF stream, skip the next POF value.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberWriteDate
Write a date value to a DataWriter object.
Public methodStatic memberWriteDecimal(DataWriter, Decimal)
Write a Decimal to the passed DataWriter stream as a decimal value.
Public methodStatic memberWriteDecimal(DataWriter, Decimal, Int32)
Write a Decimal to the passed DataWriter stream as a decimal value.
Public methodStatic memberWriteTime
Write a time value to a DataWriter object.

Fields

  NameDescription
Public fieldStatic memberBIGDECIMAL_ZERO
The default BigDecimal value.
Public fieldStatic memberBINARY_EMPTY
An empty Binary value.
Public fieldStatic memberBOOLEAN_ARRAY_EMPTY
An empty array of bytes.
Public fieldStatic memberBYTE_ARRAY_EMPTY
An empty array of bytes.
Public fieldStatic memberCHAR_ARRAY_EMPTY
An empty array of chars.
Public fieldStatic memberCOLLECTION_EMPTY
An empty (and immutable) collection.
Public fieldStatic memberDOUBLE_ARRAY_EMPTY
An empty array of doubles.
Public fieldStatic memberINT16_ARRAY_EMPTY
An empty array of shorts.
Public fieldStatic memberINT32_ARRAY_EMPTY
An empty array of ints.
Public fieldStatic memberINT64_ARRAY_EMPTY
An empty array of longs.
Public fieldStatic memberOBJECT_ARRAY_EMPTY
An empty array of objects.
Public fieldStatic memberSINGLE_ARRAY_EMPTY
An empty array of floats.

See Also