Class PofUniformCollection

  • All Implemented Interfaces:
    PofValue

    public class PofUniformCollection
    extends PofCollection
    PofUniformCollection is PofValue implementation for uniform collections.
    Since:
    Coherence 3.5
    Author:
    as 2009.03.06
    • Constructor Detail

      • PofUniformCollection

        public PofUniformCollection​(PofValue valueParent,
                                    ReadBuffer bufValue,
                                    PofContext ctx,
                                    int of,
                                    int nType,
                                    int ofChildren,
                                    int cElements,
                                    int nElementType)
        Construct a PofUniformCollection instance wrapping the supplied buffer.
        Parameters:
        valueParent - parent value within the POF stream
        bufValue - buffer containing POF representation of this value
        ctx - POF context to use when reading or writing properties
        of - offset of this value from the beginning of POF stream
        nType - POF type identifier for this value
        ofChildren - offset of the first child element within this value
        cElements - the size of this collection
        nElementType - a POF type identifier for this value's elements