Namespace: OpenEdge.Web.DataObject.Writer
Class
MemptrArrayValueWriter
Parent classes:
Inherits: OpenEdge.Web.DataObject.Writer.ArgumentValueWriter

/* *************************************************************************************************************************
Copyright (c) 2016, 2018 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:MemptrArrayValueWriter
Purpose:Writes a primitive value to a IMemptrArrayHolder
Author(s):pjudge
Created:2016-08-01
/* Since arrays are hard to dynamically extend, use a backing IList (ordered collection) to store the
values passed in until we Flush()/Close() the writer




Method Summary
Options Name Purpose
Clear ()
Flush ()
Write (memptr)
Write (memptr[])
Write (Object)
Write (Object[])

Constructor Summary
Options Name Purpose
MemptrArrayValueWriter ()


Method Detail
Top

Clear ()

Top

Flush ()

Top

Write (memptr)

Parameters:
pData OpenEdge.Core.Memptr
Top

Write (memptr[])

Parameters:
pData OpenEdge.Core.Memptr
Top

Write (Object)

Parameters:
pData Progress.Lang.Object
Top

Write (Object[])

Parameters:
pData Progress.Lang.Object


Constructor Detail
Top

MemptrArrayValueWriter ()



Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15